#39ACAF

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

Shades of Light Sea Green #39ACAF

Tints of Light Sea Green #39ACAF

Color information

#39ACAF (or 0x39ACAF) is unknown color: approx Light Sea Green. HEX triplet: 39, AC and AF. RGB value is (57,172,175). Sum of RGB (Red+Green+Blue) = 57+172+175=404 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.11% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #39ACAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39ACAF is #C65350. Grayscale: #898989. Windows color (decimal): -12997457 or 11512889. OLE color: 11512889.

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

Color convert

RGB57172175-
CMYK0.670.0200.31
HSL181.53º50.86%45.49%-
HSV(B)181.53º67.43%68.63%-
XYZ24.1833.4745.74-
YUV137.96148.970.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.11%
GREEN value IS 172 (67.58% from 255) = 42.57%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=14.11%
G=42.57%
B=43.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal571721750.670.0200.31181.5350.8645.49
Hex39ACAF43201Fb6332d
Octal7125425710320372666355
Binary111001101011001010111110000111001111110110110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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