Shades of Caribbean Green #0BB998
Tints of Caribbean Green #0BB998
RGB
CMYK
RGB Variations
Color information
#0BB998 (or 0x0BB998) is known color: Caribbean Green. HEX triplet: 0B, B9 and 98. RGB value is (11,185,152). Sum of RGB (Red+Green+Blue) = 11+185+152=348 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.16% from 348); Green value is 185 (72.66% from 255 or 53.16% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 185 - color contains mainly: green. Hex color #0BB998 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB998 is #F44667. Grayscale: #818181. Windows color (decimal): -16008808 or 10008843. OLE color: 10008843.
HSL color Cylindrical-coordinate representation of color #0BB998: hue angle of 168.62º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB998 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 185 | 152 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.27 |
| HSL | 168.62º | 0.89% | 0.38% | - |
| HSV(B) | 168.62º | 0.94% | 0.73% | - |
| XYZ | 23.15 | 37.04 | 35.63 | - |
| YUV | 129.21 | 140.85 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 185 | 152 | 0.94 | 0 | 0.18 | 0.27 | 168.62 | 0.89 | 0.38 |
| Hex | B | B9 | 98 | 5E | 0 | 12 | 1B | A9 | 59 | 26 |
| Octal | 13 | 271 | 230 | 136 | 0 | 22 | 33 | 251 | 131 | 46 |
| Binary | 1011 | 10111001 | 10011000 | 1011110 | 0 | 10010 | 11011 | 10101001 | 1011001 | 100110 |
Color Harmonies of #0BB998
Complementary color
Monochromatic Colors of #0BB998
Black with #0BB998
Text Example
Text Example
White with #0BB998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB998; }
p { color: rgb(11,185,152); }
H1.HeaderClassName
{
color: #0BB998;
}
.AnyTagClassName
{
color: #0BB998;
}
</style>
background-color css
<style>
a { background-color: #0BB998; }
a { background-color: rgb(11,185,152); }
div.DivClassName
{
background-color: #0BB998;
}
.BgClassName
{
background-color: #0BB998;
}
</style>
border-color css
<style>
span { border-color: #0BB998; }
span { border-color: rgb(11,185,152); }
td.TdClassName
{
border-color: #0BB998;
}
.TagClassName
{
border-color: #0BB998;
}
</style>