#39B4AC

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

Shades of Light Sea Green #39B4AC

Tints of Light Sea Green #39B4AC

Color information

#39B4AC (or 0x39B4AC) is unknown color: approx Light Sea Green. HEX triplet: 39, B4 and AC. RGB value is (57,180,172). Sum of RGB (Red+Green+Blue) = 57+180+172=409 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.94% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 180 - color contains mainly: green. Hex color #39B4AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39B4AC is #C64B53. Grayscale: #8E8E8E. Windows color (decimal): -12995412 or 11318329. OLE color: 11318329.

HSL color Cylindrical-coordinate representation of color #39B4AC: hue angle of 176.1º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39B4AC is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB57180172-
CMYK0.6800.040.29
HSL176.1º51.9%46.47%-
HSV(B)176.1º68.33%70.59%-
XYZ25.4536.4944.73-
YUV142.31144.7567.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.94%
GREEN value IS 180 (70.70% from 255) = 44.01%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=13.94%
G=44.01%
B=42.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal571801720.6800.040.29176.151.946.47
Hex39B4AC44041Db0342e
Octal7126425410404352606456
Binary1110011011010010101100100010001001110110110000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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