Shades of Caribbean Green #0FBF99
Tints of Caribbean Green #0FBF99
RGB
CMYK
RGB Variations
Color information
#0FBF99 (or 0x0FBF99) is known color: Caribbean Green. HEX triplet: 0F, BF and 99. RGB value is (15,191,153). Sum of RGB (Red+Green+Blue) = 15+191+153=359 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.18% from 359); Green value is 191 (75% from 255 or 53.20% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBF99 is #F04066. Grayscale: #868686. Windows color (decimal): -15745127 or 10075919. OLE color: 10075919.
HSL color Cylindrical-coordinate representation of color #0FBF99: hue angle of 167.05º 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 #0FBF99 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 191 | 153 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.25 |
| HSL | 167.05º | 0.85% | 0.4% | - |
| HSV(B) | 167.05º | 0.92% | 0.75% | - |
| XYZ | 24.58 | 39.66 | 36.5 | - |
| YUV | 134.04 | 138.69 | 43.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 191 | 153 | 0.92 | 0 | 0.20 | 0.25 | 167.05 | 0.85 | 0.4 |
| Hex | F | BF | 99 | 5C | 0 | 14 | 19 | A7 | 55 | 28 |
| Octal | 17 | 277 | 231 | 134 | 0 | 24 | 31 | 247 | 125 | 50 |
| Binary | 1111 | 10111111 | 10011001 | 1011100 | 0 | 10100 | 11001 | 10100111 | 1010101 | 101000 |
Color Harmonies of #0FBF99
Complementary color
Monochromatic Colors of #0FBF99
Black with #0FBF99
Text Example
Text Example
White with #0FBF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBF99; }
p { color: rgb(15,191,153); }
H1.HeaderClassName
{
color: #0FBF99;
}
.AnyTagClassName
{
color: #0FBF99;
}
</style>
background-color css
<style>
a { background-color: #0FBF99; }
a { background-color: rgb(15,191,153); }
div.DivClassName
{
background-color: #0FBF99;
}
.BgClassName
{
background-color: #0FBF99;
}
</style>
border-color css
<style>
span { border-color: #0FBF99; }
span { border-color: rgb(15,191,153); }
td.TdClassName
{
border-color: #0FBF99;
}
.TagClassName
{
border-color: #0FBF99;
}
</style>