#34AF9F

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

Shades of Light Sea Green #34AF9F

Tints of Light Sea Green #34AF9F

Color information

#34AF9F (or 0x34AF9F) is unknown color: approx Light Sea Green. HEX triplet: 34, AF and 9F. RGB value is (52,175,159). Sum of RGB (Red+Green+Blue) = 52+175+159=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AF9F is #CB5060. Grayscale: #888888. Windows color (decimal): -13324385 or 10465076. OLE color: 10465076.

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

Color convert

RGB52175159-
CMYK0.7000.090.31
HSL172.2º54.19%44.51%-
HSV(B)172.2º70.29%68.63%-
XYZ2333.8938.13-
YUV136.4140.7567.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.47%
GREEN value IS 175 (68.75% from 255) = 45.34%
BLUE value IS 159 (62.5% from 255) = 41.19%
R=13.47%
G=45.34%
B=41.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521751590.7000.090.31172.254.1944.51
Hex34AF9F46091Fac362d
Octal64257237106011372546655
Binary11010010101111100111111000110010011111110101100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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