#34AC9F

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

Shades of Light Sea Green #34AC9F

Tints of Light Sea Green #34AC9F

Color information

#34AC9F (or 0x34AC9F) is unknown color: approx Light Sea Green. HEX triplet: 34, AC and 9F. RGB value is (52,172,159). Sum of RGB (Red+Green+Blue) = 52+172+159=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AC9F is #CB5360. Grayscale: #868686. Windows color (decimal): -13325153 or 10464308. OLE color: 10464308.

HSL color Cylindrical-coordinate representation of color #34AC9F: hue angle of 173.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AC9F is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB52172159-
CMYK0.7000.080.33
HSL173.5º53.57%43.92%-
HSV(B)173.5º69.77%67.45%-
XYZ22.4332.7437.94-
YUV134.64141.7469.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.58%
GREEN value IS 172 (67.58% from 255) = 44.91%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=13.58%
G=44.91%
B=41.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521721590.7000.080.33173.553.5743.92
Hex34AC9F460821ae362c
Octal64254237106010412566654
Binary110100101011001001111110001100100010000110101110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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