Shades of Caribbean Green #0FCFA8
Tints of Caribbean Green #0FCFA8
RGB
CMYK
RGB Variations
Color information
#0FCFA8 (or 0x0FCFA8) is known color: Caribbean Green. HEX triplet: 0F, CF and A8. RGB value is (15,207,168). Sum of RGB (Red+Green+Blue) = 15+207+168=390 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.85% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCFA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCFA8 is #F03057. Grayscale: #919191. Windows color (decimal): -15741016 or 11063055. OLE color: 11063055.
HSL color Cylindrical-coordinate representation of color #0FCFA8: hue angle of 167.81º 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 #0FCFA8 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 168 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.19 |
| HSL | 167.81º | 0.86% | 0.44% | - |
| HSV(B) | 167.81º | 0.93% | 0.81% | - |
| XYZ | 29.58 | 47.55 | 44.67 | - |
| YUV | 145.15 | 140.89 | 35.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 168 | 0.93 | 0 | 0.19 | 0.19 | 167.81 | 0.86 | 0.44 |
| Hex | F | CF | A8 | 5D | 0 | 13 | 13 | A8 | 56 | 2C |
| Octal | 17 | 317 | 250 | 135 | 0 | 23 | 23 | 250 | 126 | 54 |
| Binary | 1111 | 11001111 | 10101000 | 1011101 | 0 | 10011 | 10011 | 10101000 | 1010110 | 101100 |
Color Harmonies of #0FCFA8
Complementary color
Monochromatic Colors of #0FCFA8
Black with #0FCFA8
Text Example
Text Example
White with #0FCFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFA8; }
p { color: rgb(15,207,168); }
H1.HeaderClassName
{
color: #0FCFA8;
}
.AnyTagClassName
{
color: #0FCFA8;
}
</style>
background-color css
<style>
a { background-color: #0FCFA8; }
a { background-color: rgb(15,207,168); }
div.DivClassName
{
background-color: #0FCFA8;
}
.BgClassName
{
background-color: #0FCFA8;
}
</style>
border-color css
<style>
span { border-color: #0FCFA8; }
span { border-color: rgb(15,207,168); }
td.TdClassName
{
border-color: #0FCFA8;
}
.TagClassName
{
border-color: #0FCFA8;
}
</style>