Shades of Caribbean Green #0FCF82
Tints of Caribbean Green #0FCF82
RGB
CMYK
RGB Variations
Color information
#0FCF82 (or 0x0FCF82) is known color: Caribbean Green. HEX triplet: 0F, CF and 82. RGB value is (15,207,130). Sum of RGB (Red+Green+Blue) = 15+207+130=352 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.26% from 352); Green value is 207 (81.25% from 255 or 58.81% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCF82 is #F0307D. Grayscale: #8C8C8C. Windows color (decimal): -15741054 or 8572687. OLE color: 8572687.
HSL color Cylindrical-coordinate representation of color #0FCF82: hue angle of 155.94º 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 #0FCF82 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 130 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.19 |
| HSL | 155.94º | 0.86% | 0.44% | - |
| HSV(B) | 155.94º | 0.93% | 0.81% | - |
| XYZ | 26.54 | 46.34 | 28.66 | - |
| YUV | 140.81 | 121.89 | 38.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 130 | 0.93 | 0 | 0.37 | 0.19 | 155.94 | 0.86 | 0.44 |
| Hex | F | CF | 82 | 5D | 0 | 25 | 13 | 9C | 56 | 2C |
| Octal | 17 | 317 | 202 | 135 | 0 | 45 | 23 | 234 | 126 | 54 |
| Binary | 1111 | 11001111 | 10000010 | 1011101 | 0 | 100101 | 10011 | 10011100 | 1010110 | 101100 |
Color Harmonies of #0FCF82
Complementary color
Monochromatic Colors of #0FCF82
Black with #0FCF82
Text Example
Text Example
White with #0FCF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF82; }
p { color: rgb(15,207,130); }
H1.HeaderClassName
{
color: #0FCF82;
}
.AnyTagClassName
{
color: #0FCF82;
}
</style>
background-color css
<style>
a { background-color: #0FCF82; }
a { background-color: rgb(15,207,130); }
div.DivClassName
{
background-color: #0FCF82;
}
.BgClassName
{
background-color: #0FCF82;
}
</style>
border-color css
<style>
span { border-color: #0FCF82; }
span { border-color: rgb(15,207,130); }
td.TdClassName
{
border-color: #0FCF82;
}
.TagClassName
{
border-color: #0FCF82;
}
</style>