Shades of Caribbean Green #0FCF9C
Tints of Caribbean Green #0FCF9C
RGB
CMYK
RGB Variations
Color information
#0FCF9C (or 0x0FCF9C) is known color: Caribbean Green. HEX triplet: 0F, CF and 9C. RGB value is (15,207,156). Sum of RGB (Red+Green+Blue) = 15+207+156=378 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.97% from 378); Green value is 207 (81.25% from 255 or 54.76% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCF9C is #F03063. Grayscale: #8F8F8F. Windows color (decimal): -15741028 or 10276623. OLE color: 10276623.
HSL color Cylindrical-coordinate representation of color #0FCF9C: hue angle of 164.06º 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 #0FCF9C is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 156 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.19 |
| HSL | 164.06º | 0.86% | 0.44% | - |
| HSV(B) | 164.06º | 0.93% | 0.81% | - |
| XYZ | 28.51 | 47.13 | 39.05 | - |
| YUV | 143.78 | 134.89 | 36.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 156 | 0.93 | 0 | 0.25 | 0.19 | 164.06 | 0.86 | 0.44 |
| Hex | F | CF | 9C | 5D | 0 | 19 | 13 | A4 | 56 | 2C |
| Octal | 17 | 317 | 234 | 135 | 0 | 31 | 23 | 244 | 126 | 54 |
| Binary | 1111 | 11001111 | 10011100 | 1011101 | 0 | 11001 | 10011 | 10100100 | 1010110 | 101100 |
Color Harmonies of #0FCF9C
Complementary color
Monochromatic Colors of #0FCF9C
Black with #0FCF9C
Text Example
Text Example
White with #0FCF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF9C; }
p { color: rgb(15,207,156); }
H1.HeaderClassName
{
color: #0FCF9C;
}
.AnyTagClassName
{
color: #0FCF9C;
}
</style>
background-color css
<style>
a { background-color: #0FCF9C; }
a { background-color: rgb(15,207,156); }
div.DivClassName
{
background-color: #0FCF9C;
}
.BgClassName
{
background-color: #0FCF9C;
}
</style>
border-color css
<style>
span { border-color: #0FCF9C; }
span { border-color: rgb(15,207,156); }
td.TdClassName
{
border-color: #0FCF9C;
}
.TagClassName
{
border-color: #0FCF9C;
}
</style>