#34AFA9

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

Shades of Light Sea Green #34AFA9

Tints of Light Sea Green #34AFA9

Color information

#34AFA9 (or 0x34AFA9) is unknown color: approx Light Sea Green. HEX triplet: 34, AF and A9. RGB value is (52,175,169). Sum of RGB (Red+Green+Blue) = 52+175+169=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #34AFA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AFA9 is #CB5056. Grayscale: #898989. Windows color (decimal): -13324375 or 11120436. OLE color: 11120436.

HSL color Cylindrical-coordinate representation of color #34AFA9: hue angle of 177.07º 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 #34AFA9 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB52175169-
CMYK0.7000.030.31
HSL177.07º54.19%44.51%-
HSV(B)177.07º70.29%68.63%-
XYZ23.9134.2542.89-
YUV137.54145.7566.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.13%
GREEN value IS 175 (68.75% from 255) = 44.19%
BLUE value IS 169 (66.41% from 255) = 42.68%
R=13.13%
G=44.19%
B=42.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521751690.7000.030.31177.0754.1944.51
Hex34AFA946031Fb1362d
Octal6425725110603372616655
Binary110100101011111010100110001100111111110110001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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