Shades of Light Sea Green #0BABB0
Tints of Light Sea Green #0BABB0
RGB
CMYK
RGB Variations
Color information
#0BABB0 (or 0x0BABB0) is known color: Light Sea Green. HEX triplet: 0B, AB and B0. RGB value is (11,171,176). Sum of RGB (Red+Green+Blue) = 11+171+176=358 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.07% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 176 (69.14% from 255 or 49.16% from 358); Max value from RGB is 176 - color contains mainly: blue. Hex color #0BABB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BABB0 is #F4544F. Grayscale: #7B7B7B. Windows color (decimal): -16012368 or 11578123. OLE color: 11578123.
HSL color Cylindrical-coordinate representation of color #0BABB0: hue angle of 181.82º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BABB0 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 171 | 176 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.31 |
| HSL | 181.82º | 0.88% | 0.37% | - |
| HSV(B) | 181.82º | 0.94% | 0.69% | - |
| XYZ | 22.54 | 32.33 | 46.13 | - |
| YUV | 123.73 | 157.49 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 176 | 0.94 | 0.03 | 0 | 0.31 | 181.82 | 0.88 | 0.37 |
| Hex | B | AB | B0 | 5E | 3 | 0 | 1F | B6 | 58 | 25 |
| Octal | 13 | 253 | 260 | 136 | 3 | 0 | 37 | 266 | 130 | 45 |
| Binary | 1011 | 10101011 | 10110000 | 1011110 | 11 | 0 | 11111 | 10110110 | 1011000 | 100101 |
Color Harmonies of #0BABB0
Complementary color
Monochromatic Colors of #0BABB0
Black with #0BABB0
Text Example
Text Example
White with #0BABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BABB0; }
p { color: rgb(11,171,176); }
H1.HeaderClassName
{
color: #0BABB0;
}
.AnyTagClassName
{
color: #0BABB0;
}
</style>
background-color css
<style>
a { background-color: #0BABB0; }
a { background-color: rgb(11,171,176); }
div.DivClassName
{
background-color: #0BABB0;
}
.BgClassName
{
background-color: #0BABB0;
}
</style>
border-color css
<style>
span { border-color: #0BABB0; }
span { border-color: rgb(11,171,176); }
td.TdClassName
{
border-color: #0BABB0;
}
.TagClassName
{
border-color: #0BABB0;
}
</style>