#39BCB5

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

Shades of Light Sea Green #39BCB5

Tints of Light Sea Green #39BCB5

Color information

#39BCB5 (or 0x39BCB5) is unknown color: approx Light Sea Green. HEX triplet: 39, BC and B5. RGB value is (57,188,181). Sum of RGB (Red+Green+Blue) = 57+188+181=426 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.38% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #39BCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BCB5 is #C6434A. Grayscale: #939393. Windows color (decimal): -12993355 or 11910201. OLE color: 11910201.

HSL color Cylindrical-coordinate representation of color #39BCB5: hue angle of 176.79º 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 #39BCB5 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB57188181-
CMYK0.7000.040.26
HSL176.79º53.47%48.04%-
HSV(B)176.79º69.68%73.73%-
XYZ28.0140.1749.99-
YUV148.03146.663.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.38%
GREEN value IS 188 (73.83% from 255) = 44.13%
BLUE value IS 181 (71.09% from 255) = 42.49%
R=13.38%
G=44.13%
B=42.49%

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
Decimal571881810.7000.040.26176.7953.4748.04
Hex39BCB546041Ab13530
Octal7127426510604322616560
Binary1110011011110010110101100011001001101010110001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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