#39BCB4

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

Shades of Light Sea Green #39BCB4

Tints of Light Sea Green #39BCB4

Color information

#39BCB4 (or 0x39BCB4) is unknown color: approx Light Sea Green. HEX triplet: 39, BC and B4. RGB value is (57,188,180). Sum of RGB (Red+Green+Blue) = 57+188+180=425 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.41% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #39BCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BCB4 is #C6434B. Grayscale: #939393. Windows color (decimal): -12993356 or 11844665. OLE color: 11844665.

HSL color Cylindrical-coordinate representation of color #39BCB4: hue angle of 176.34º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39BCB4 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB57188180-
CMYK0.7000.040.26
HSL176.34º53.47%48.04%-
HSV(B)176.34º69.68%73.73%-
XYZ27.9140.1349.46-
YUV147.92146.163.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.41%
GREEN value IS 188 (73.83% from 255) = 44.24%
BLUE value IS 180 (70.70% from 255) = 42.35%
R=13.41%
G=44.24%
B=42.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal571881800.7000.040.26176.3453.4748.04
Hex39BCB446041Ab03530
Octal7127426410604322606560
Binary1110011011110010110100100011001001101010110000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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