Shades of Caribbean Green #0FBF9E
Tints of Caribbean Green #0FBF9E
RGB
CMYK
RGB Variations
Color information
#0FBF9E (or 0x0FBF9E) is known color: Caribbean Green. HEX triplet: 0F, BF and 9E. RGB value is (15,191,158). Sum of RGB (Red+Green+Blue) = 15+191+158=364 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.12% from 364); Green value is 191 (75% from 255 or 52.47% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBF9E is #F04061. Grayscale: #868686. Windows color (decimal): -15745122 or 10403599. OLE color: 10403599.
HSL color Cylindrical-coordinate representation of color #0FBF9E: hue angle of 168.75º 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 #0FBF9E is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 191 | 158 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.25 |
| HSL | 168.75º | 0.85% | 0.4% | - |
| HSV(B) | 168.75º | 0.92% | 0.75% | - |
| XYZ | 25 | 39.83 | 38.72 | - |
| YUV | 134.61 | 141.19 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 191 | 158 | 0.92 | 0 | 0.17 | 0.25 | 168.75 | 0.85 | 0.4 |
| Hex | F | BF | 9E | 5C | 0 | 11 | 19 | A9 | 55 | 28 |
| Octal | 17 | 277 | 236 | 134 | 0 | 21 | 31 | 251 | 125 | 50 |
| Binary | 1111 | 10111111 | 10011110 | 1011100 | 0 | 10001 | 11001 | 10101001 | 1010101 | 101000 |
Color Harmonies of #0FBF9E
Complementary color
Monochromatic Colors of #0FBF9E
Black with #0FBF9E
Text Example
Text Example
White with #0FBF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBF9E; }
p { color: rgb(15,191,158); }
H1.HeaderClassName
{
color: #0FBF9E;
}
.AnyTagClassName
{
color: #0FBF9E;
}
</style>
background-color css
<style>
a { background-color: #0FBF9E; }
a { background-color: rgb(15,191,158); }
div.DivClassName
{
background-color: #0FBF9E;
}
.BgClassName
{
background-color: #0FBF9E;
}
</style>
border-color css
<style>
span { border-color: #0FBF9E; }
span { border-color: rgb(15,191,158); }
td.TdClassName
{
border-color: #0FBF9E;
}
.TagClassName
{
border-color: #0FBF9E;
}
</style>