Shades of Light Sea Green #0BBBA8
Tints of Light Sea Green #0BBBA8
RGB
CMYK
RGB Variations
Color information
#0BBBA8 (or 0x0BBBA8) is known color: Light Sea Green. HEX triplet: 0B, BB and A8. RGB value is (11,187,168). Sum of RGB (Red+Green+Blue) = 11+187+168=366 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.01% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 168 (66.02% from 255 or 45.90% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBBA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBBA8 is #F44457. Grayscale: #848484. Windows color (decimal): -16008280 or 11057931. OLE color: 11057931.
HSL color Cylindrical-coordinate representation of color #0BBBA8: hue angle of 173.52º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBBA8 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 187 | 168 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.27 |
| HSL | 173.52º | 0.89% | 0.39% | - |
| HSV(B) | 173.52º | 0.94% | 0.73% | - |
| XYZ | 24.98 | 38.44 | 43.15 | - |
| YUV | 132.21 | 148.19 | 41.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 168 | 0.94 | 0 | 0.10 | 0.27 | 173.52 | 0.89 | 0.39 |
| Hex | B | BB | A8 | 5E | 0 | A | 1B | AE | 59 | 27 |
| Octal | 13 | 273 | 250 | 136 | 0 | 12 | 33 | 256 | 131 | 47 |
| Binary | 1011 | 10111011 | 10101000 | 1011110 | 0 | 1010 | 11011 | 10101110 | 1011001 | 100111 |
Color Harmonies of #0BBBA8
Complementary color
Monochromatic Colors of #0BBBA8
Black with #0BBBA8
Text Example
Text Example
White with #0BBBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBBA8; }
p { color: rgb(11,187,168); }
H1.HeaderClassName
{
color: #0BBBA8;
}
.AnyTagClassName
{
color: #0BBBA8;
}
</style>
background-color css
<style>
a { background-color: #0BBBA8; }
a { background-color: rgb(11,187,168); }
div.DivClassName
{
background-color: #0BBBA8;
}
.BgClassName
{
background-color: #0BBBA8;
}
</style>
border-color css
<style>
span { border-color: #0BBBA8; }
span { border-color: rgb(11,187,168); }
td.TdClassName
{
border-color: #0BBBA8;
}
.TagClassName
{
border-color: #0BBBA8;
}
</style>