Shades of Caribbean Green #0FCFAC
Tints of Caribbean Green #0FCFAC
RGB
CMYK
RGB Variations
Color information
#0FCFAC (or 0x0FCFAC) is known color: Caribbean Green. HEX triplet: 0F, CF and AC. RGB value is (15,207,172). Sum of RGB (Red+Green+Blue) = 15+207+172=394 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.81% from 394); Green value is 207 (81.25% from 255 or 52.54% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCFAC is #F03053. Grayscale: #919191. Windows color (decimal): -15741012 or 11325199. OLE color: 11325199.
HSL color Cylindrical-coordinate representation of color #0FCFAC: hue angle of 169.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 #0FCFAC is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 172 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.19 |
| HSL | 169.06º | 0.86% | 0.44% | - |
| HSV(B) | 169.06º | 0.93% | 0.81% | - |
| XYZ | 29.96 | 47.71 | 46.66 | - |
| YUV | 145.6 | 142.89 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 172 | 0.93 | 0 | 0.17 | 0.19 | 169.06 | 0.86 | 0.44 |
| Hex | F | CF | AC | 5D | 0 | 11 | 13 | A9 | 56 | 2C |
| Octal | 17 | 317 | 254 | 135 | 0 | 21 | 23 | 251 | 126 | 54 |
| Binary | 1111 | 11001111 | 10101100 | 1011101 | 0 | 10001 | 10011 | 10101001 | 1010110 | 101100 |
Color Harmonies of #0FCFAC
Complementary color
Monochromatic Colors of #0FCFAC
Black with #0FCFAC
Text Example
Text Example
White with #0FCFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFAC; }
p { color: rgb(15,207,172); }
H1.HeaderClassName
{
color: #0FCFAC;
}
.AnyTagClassName
{
color: #0FCFAC;
}
</style>
background-color css
<style>
a { background-color: #0FCFAC; }
a { background-color: rgb(15,207,172); }
div.DivClassName
{
background-color: #0FCFAC;
}
.BgClassName
{
background-color: #0FCFAC;
}
</style>
border-color css
<style>
span { border-color: #0FCFAC; }
span { border-color: rgb(15,207,172); }
td.TdClassName
{
border-color: #0FCFAC;
}
.TagClassName
{
border-color: #0FCFAC;
}
</style>