Shades of Caribbean Green #0FBF98
Tints of Caribbean Green #0FBF98
RGB
CMYK
RGB Variations
Color information
#0FBF98 (or 0x0FBF98) is known color: Caribbean Green. HEX triplet: 0F, BF and 98. RGB value is (15,191,152). Sum of RGB (Red+Green+Blue) = 15+191+152=358 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.19% from 358); Green value is 191 (75% from 255 or 53.35% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBF98 is #F04067. Grayscale: #858585. Windows color (decimal): -15745128 or 10010383. OLE color: 10010383.
HSL color Cylindrical-coordinate representation of color #0FBF98: hue angle of 166.7º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBF98 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 191 | 152 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.25 |
| HSL | 166.7º | 0.85% | 0.4% | - |
| HSV(B) | 166.7º | 0.92% | 0.75% | - |
| XYZ | 24.5 | 39.63 | 36.06 | - |
| YUV | 133.93 | 138.19 | 43.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 191 | 152 | 0.92 | 0 | 0.20 | 0.25 | 166.7 | 0.85 | 0.4 |
| Hex | F | BF | 98 | 5C | 0 | 14 | 19 | A7 | 55 | 28 |
| Octal | 17 | 277 | 230 | 134 | 0 | 24 | 31 | 247 | 125 | 50 |
| Binary | 1111 | 10111111 | 10011000 | 1011100 | 0 | 10100 | 11001 | 10100111 | 1010101 | 101000 |
Color Harmonies of #0FBF98
Complementary color
Monochromatic Colors of #0FBF98
Black with #0FBF98
Text Example
Text Example
White with #0FBF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBF98; }
p { color: rgb(15,191,152); }
H1.HeaderClassName
{
color: #0FBF98;
}
.AnyTagClassName
{
color: #0FBF98;
}
</style>
background-color css
<style>
a { background-color: #0FBF98; }
a { background-color: rgb(15,191,152); }
div.DivClassName
{
background-color: #0FBF98;
}
.BgClassName
{
background-color: #0FBF98;
}
</style>
border-color css
<style>
span { border-color: #0FBF98; }
span { border-color: rgb(15,191,152); }
td.TdClassName
{
border-color: #0FBF98;
}
.TagClassName
{
border-color: #0FBF98;
}
</style>