#39ACA9

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

Shades of Light Sea Green #39ACA9

Tints of Light Sea Green #39ACA9

Color information

#39ACA9 (or 0x39ACA9) is unknown color: approx Light Sea Green. HEX triplet: 39, AC and A9. RGB value is (57,172,169). Sum of RGB (Red+Green+Blue) = 57+172+169=398 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.32% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 169 (66.41% from 255 or 42.46% from 398); Max value from RGB is 172 - color contains mainly: green. Hex color #39ACA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39ACA9 is #C65356. Grayscale: #898989. Windows color (decimal): -12997463 or 11119673. OLE color: 11119673.

HSL color Cylindrical-coordinate representation of color #39ACA9: hue angle of 178.43º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39ACA9 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB57172169-
CMYK0.6700.020.33
HSL178.43º50.22%44.9%-
HSV(B)178.43º66.86%67.45%-
XYZ23.633.2442.71-
YUV137.27145.970.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.32%
GREEN value IS 172 (67.58% from 255) = 43.22%
BLUE value IS 169 (66.41% from 255) = 42.46%
R=14.32%
G=43.22%
B=42.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571721690.6700.020.33178.4350.2244.9
Hex39ACA9430221b2322d
Octal7125425110302412626255
Binary1110011010110010101001100001101010000110110010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39ACA9; }

 p { color: rgb(57,172,169); }

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

<style>
 a { background-color: #39ACA9; }

 a { background-color: rgb(57,172,169); }

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

<style>
 span { border-color: #39ACA9; }

 span { border-color: rgb(57,172,169); }

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