Shades of Caribbean Green #0FCF86
Tints of Caribbean Green #0FCF86
RGB
CMYK
RGB Variations
Color information
#0FCF86 (or 0x0FCF86) is known color: Caribbean Green. HEX triplet: 0F, CF and 86. RGB value is (15,207,134). Sum of RGB (Red+Green+Blue) = 15+207+134=356 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.21% from 356); Green value is 207 (81.25% from 255 or 58.15% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCF86 is #F03079. Grayscale: #8D8D8D. Windows color (decimal): -15741050 or 8834831. OLE color: 8834831.
HSL color Cylindrical-coordinate representation of color #0FCF86: hue angle of 157.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCF86 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 134 | - |
| CMYK | 0.93 | 0 | 0.35 | 0.19 |
| HSL | 157.19º | 0.86% | 0.44% | - |
| HSV(B) | 157.19º | 0.93% | 0.81% | - |
| XYZ | 26.81 | 46.45 | 30.11 | - |
| YUV | 141.27 | 123.89 | 37.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 134 | 0.93 | 0 | 0.35 | 0.19 | 157.19 | 0.86 | 0.44 |
| Hex | F | CF | 86 | 5D | 0 | 23 | 13 | 9D | 56 | 2C |
| Octal | 17 | 317 | 206 | 135 | 0 | 43 | 23 | 235 | 126 | 54 |
| Binary | 1111 | 11001111 | 10000110 | 1011101 | 0 | 100011 | 10011 | 10011101 | 1010110 | 101100 |
Color Harmonies of #0FCF86
Complementary color
Monochromatic Colors of #0FCF86
Black with #0FCF86
Text Example
Text Example
White with #0FCF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF86; }
p { color: rgb(15,207,134); }
H1.HeaderClassName
{
color: #0FCF86;
}
.AnyTagClassName
{
color: #0FCF86;
}
</style>
background-color css
<style>
a { background-color: #0FCF86; }
a { background-color: rgb(15,207,134); }
div.DivClassName
{
background-color: #0FCF86;
}
.BgClassName
{
background-color: #0FCF86;
}
</style>
border-color css
<style>
span { border-color: #0FCF86; }
span { border-color: rgb(15,207,134); }
td.TdClassName
{
border-color: #0FCF86;
}
.TagClassName
{
border-color: #0FCF86;
}
</style>