Shades of Caribbean Green #0FBB99
Tints of Caribbean Green #0FBB99
RGB
CMYK
RGB Variations
Color information
#0FBB99 (or 0x0FBB99) is known color: Caribbean Green. HEX triplet: 0F, BB and 99. RGB value is (15,187,153). Sum of RGB (Red+Green+Blue) = 15+187+153=355 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.23% from 355); Green value is 187 (73.44% from 255 or 52.68% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 187 - color contains mainly: green. Hex color #0FBB99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBB99 is #F04466. Grayscale: #838383. Windows color (decimal): -15746151 or 10074895. OLE color: 10074895.
HSL color Cylindrical-coordinate representation of color #0FBB99: hue angle of 168.14º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBB99 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 187 | 153 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.27 |
| HSL | 168.14º | 0.85% | 0.4% | - |
| HSV(B) | 168.14º | 0.92% | 0.73% | - |
| XYZ | 23.72 | 37.94 | 36.21 | - |
| YUV | 131.7 | 140.02 | 44.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 187 | 153 | 0.92 | 0 | 0.18 | 0.27 | 168.14 | 0.85 | 0.4 |
| Hex | F | BB | 99 | 5C | 0 | 12 | 1B | A8 | 55 | 28 |
| Octal | 17 | 273 | 231 | 134 | 0 | 22 | 33 | 250 | 125 | 50 |
| Binary | 1111 | 10111011 | 10011001 | 1011100 | 0 | 10010 | 11011 | 10101000 | 1010101 | 101000 |
Color Harmonies of #0FBB99
Complementary color
Monochromatic Colors of #0FBB99
Black with #0FBB99
Text Example
Text Example
White with #0FBB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBB99; }
p { color: rgb(15,187,153); }
H1.HeaderClassName
{
color: #0FBB99;
}
.AnyTagClassName
{
color: #0FBB99;
}
</style>
background-color css
<style>
a { background-color: #0FBB99; }
a { background-color: rgb(15,187,153); }
div.DivClassName
{
background-color: #0FBB99;
}
.BgClassName
{
background-color: #0FBB99;
}
</style>
border-color css
<style>
span { border-color: #0FBB99; }
span { border-color: rgb(15,187,153); }
td.TdClassName
{
border-color: #0FBB99;
}
.TagClassName
{
border-color: #0FBB99;
}
</style>