Shades of Light Sea Green #0BC0AB
Tints of Light Sea Green #0BC0AB
RGB
CMYK
RGB Variations
Color information
#0BC0AB (or 0x0BC0AB) is known color: Light Sea Green. HEX triplet: 0B, C0 and AB. RGB value is (11,192,171). Sum of RGB (Red+Green+Blue) = 11+192+171=374 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.94% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC0AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC0AB is #F43F54. Grayscale: #878787. Windows color (decimal): -16006997 or 11255819. OLE color: 11255819.
HSL color Cylindrical-coordinate representation of color #0BC0AB: hue angle of 173.04º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC0AB is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 192 | 171 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.25 |
| HSL | 173.04º | 0.89% | 0.4% | - |
| HSV(B) | 173.04º | 0.94% | 0.75% | - |
| XYZ | 26.34 | 40.71 | 45 | - |
| YUV | 135.49 | 148.03 | 39.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 171 | 0.94 | 0 | 0.11 | 0.25 | 173.04 | 0.89 | 0.4 |
| Hex | B | C0 | AB | 5E | 0 | B | 19 | AD | 59 | 28 |
| Octal | 13 | 300 | 253 | 136 | 0 | 13 | 31 | 255 | 131 | 50 |
| Binary | 1011 | 11000000 | 10101011 | 1011110 | 0 | 1011 | 11001 | 10101101 | 1011001 | 101000 |
Color Harmonies of #0BC0AB
Complementary color
Monochromatic Colors of #0BC0AB
Black with #0BC0AB
Text Example
Text Example
White with #0BC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC0AB; }
p { color: rgb(11,192,171); }
H1.HeaderClassName
{
color: #0BC0AB;
}
.AnyTagClassName
{
color: #0BC0AB;
}
</style>
background-color css
<style>
a { background-color: #0BC0AB; }
a { background-color: rgb(11,192,171); }
div.DivClassName
{
background-color: #0BC0AB;
}
.BgClassName
{
background-color: #0BC0AB;
}
</style>
border-color css
<style>
span { border-color: #0BC0AB; }
span { border-color: rgb(11,192,171); }
td.TdClassName
{
border-color: #0BC0AB;
}
.TagClassName
{
border-color: #0BC0AB;
}
</style>