#34aeaf

Color #34AEAF Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #34AEAF

Tints of Light Sea Green #34AEAF

Color information

#34AEAF (or 0x34AEAF) is unknown color: approx Light Sea Green. HEX triplet: 34, AE and AF. RGB value is (52,174,175). Sum of RGB (Red+Green+Blue) = 52+174+175=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #34AEAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AEAF is #CB5150. Grayscale: #898989. Windows color (decimal): -13324625 or 11513396. OLE color: 11513396.

HSL color Cylindrical-coordinate representation of color #34AEAF: hue angle of 180.49º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AEAF is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB52174175-
CMYK0.700.0100.31
HSL180.49º54.19%44.51%-
HSV(B)180.49º70.29%68.63%-
XYZ24.2934.145.86-
YUV137.64149.0866.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 12.97%
GREEN value IS 174 (68.36% from 255) = 43.39%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=12.97%
G=43.39%
B=43.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521741750.700.0100.31180.4954.1944.51
Hex34AEAF46101Fb4362d
Octal6425625710610372646655
Binary11010010101110101011111000110101111110110100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34aeaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34aeaf; }

 p { color: rgb(52,174,175); }

 H1.HeaderClassName
 {
   color: #34aeaf;
 }
 .AnyTagClassName
 {
   color: #34aeaf;
 }
</style>
background-color css

<style>
 a { background-color: #34aeaf; }

 a { background-color: rgb(52,174,175); }

 div.DivClassName
 {
   background-color: #34aeaf;
 }
 .BgClassName
 {
   background-color: #34aeaf;
 }
</style>
border-color css

<style>
 span { border-color: #34aeaf; }

 span { border-color: rgb(52,174,175); }

 td.TdClassName
 {
   border-color: #34aeaf;
 }
 .TagClassName
 {
   border-color: #34aeaf;
 }
</style>