Shades of Caribbean Green #0FCFA1
Tints of Caribbean Green #0FCFA1
RGB
CMYK
RGB Variations
Color information
#0FCFA1 (or 0x0FCFA1) is known color: Caribbean Green. HEX triplet: 0F, CF and A1. RGB value is (15,207,161). Sum of RGB (Red+Green+Blue) = 15+207+161=383 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.92% from 383); Green value is 207 (81.25% from 255 or 54.05% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCFA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCFA1 is #F0305E. Grayscale: #909090. Windows color (decimal): -15741023 or 10604303. OLE color: 10604303.
HSL color Cylindrical-coordinate representation of color #0FCFA1: hue angle of 165.62º 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 #0FCFA1 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 161 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.19 |
| HSL | 165.63º | 0.86% | 0.44% | - |
| HSV(B) | 165.63º | 0.93% | 0.81% | - |
| XYZ | 28.94 | 47.3 | 41.32 | - |
| YUV | 144.35 | 137.39 | 35.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 161 | 0.93 | 0 | 0.22 | 0.19 | 165.63 | 0.86 | 0.44 |
| Hex | F | CF | A1 | 5D | 0 | 16 | 13 | A6 | 56 | 2C |
| Octal | 17 | 317 | 241 | 135 | 0 | 26 | 23 | 246 | 126 | 54 |
| Binary | 1111 | 11001111 | 10100001 | 1011101 | 0 | 10110 | 10011 | 10100110 | 1010110 | 101100 |
Color Harmonies of #0FCFA1
Complementary color
Monochromatic Colors of #0FCFA1
Black with #0FCFA1
Text Example
Text Example
White with #0FCFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFA1; }
p { color: rgb(15,207,161); }
H1.HeaderClassName
{
color: #0FCFA1;
}
.AnyTagClassName
{
color: #0FCFA1;
}
</style>
background-color css
<style>
a { background-color: #0FCFA1; }
a { background-color: rgb(15,207,161); }
div.DivClassName
{
background-color: #0FCFA1;
}
.BgClassName
{
background-color: #0FCFA1;
}
</style>
border-color css
<style>
span { border-color: #0FCFA1; }
span { border-color: rgb(15,207,161); }
td.TdClassName
{
border-color: #0FCFA1;
}
.TagClassName
{
border-color: #0FCFA1;
}
</style>