Shades of Light Sea Green #39BBB5
Tints of Light Sea Green #39BBB5
RGB
CMYK
RGB Variations
Color information
#39BBB5 (or 0x39BBB5) is known color: Light Sea Green. HEX triplet: 39, BB and B5. RGB value is (57,187,181). Sum of RGB (Red+Green+Blue) = 57+187+181=425 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.41% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 187 - color contains mainly: green. Hex color #39BBB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BBB5 is #C6444A. Grayscale: #939393. Windows color (decimal): -12993611 or 11909945. OLE color: 11909945.
HSL color Cylindrical-coordinate representation of color #39BBB5: hue angle of 177.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39BBB5 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 187 | 181 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.27 |
| HSL | 177.23º | 0.53% | 0.48% | - |
| HSV(B) | 177.23º | 0.7% | 0.73% | - |
| XYZ | 27.8 | 39.75 | 49.92 | - |
| YUV | 147.45 | 146.93 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 187 | 181 | 0.70 | 0 | 0.03 | 0.27 | 177.23 | 0.53 | 0.48 |
| Hex | 39 | BB | B5 | 46 | 0 | 3 | 1B | B1 | 35 | 30 |
| Octal | 71 | 273 | 265 | 106 | 0 | 3 | 33 | 261 | 65 | 60 |
| Binary | 111001 | 10111011 | 10110101 | 1000110 | 0 | 11 | 11011 | 10110001 | 110101 | 110000 |
Color Harmonies of #39BBB5
Complementary color
Monochromatic Colors of #39BBB5
Black with #39BBB5
Text Example
Text Example
White with #39BBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BBB5; }
p { color: rgb(57,187,181); }
H1.HeaderClassName
{
color: #39BBB5;
}
.AnyTagClassName
{
color: #39BBB5;
}
</style>
background-color css
<style>
a { background-color: #39BBB5; }
a { background-color: rgb(57,187,181); }
div.DivClassName
{
background-color: #39BBB5;
}
.BgClassName
{
background-color: #39BBB5;
}
</style>
border-color css
<style>
span { border-color: #39BBB5; }
span { border-color: rgb(57,187,181); }
td.TdClassName
{
border-color: #39BBB5;
}
.TagClassName
{
border-color: #39BBB5;
}
</style>