Shades of Caribbean Green #0FCEA9
Tints of Caribbean Green #0FCEA9
RGB
CMYK
RGB Variations
Color information
#0FCEA9 (or 0x0FCEA9) is known color: Caribbean Green. HEX triplet: 0F, CE and A9. RGB value is (15,206,169). Sum of RGB (Red+Green+Blue) = 15+206+169=390 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.85% from 390); Green value is 206 (80.86% from 255 or 52.82% from 390); Blue value is 169 (66.41% from 255 or 43.33% from 390); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCEA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCEA9 is #F03156. Grayscale: #909090. Windows color (decimal): -15741271 or 11128335. OLE color: 11128335.
HSL color Cylindrical-coordinate representation of color #0FCEA9: hue angle of 168.38º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCEA9 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 206 | 169 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.19 |
| HSL | 168.38º | 0.86% | 0.43% | - |
| HSV(B) | 168.38º | 0.93% | 0.81% | - |
| XYZ | 29.43 | 47.11 | 45.08 | - |
| YUV | 144.67 | 141.72 | 35.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 206 | 169 | 0.93 | 0 | 0.18 | 0.19 | 168.38 | 0.86 | 0.43 |
| Hex | F | CE | A9 | 5D | 0 | 12 | 13 | A8 | 56 | 2B |
| Octal | 17 | 316 | 251 | 135 | 0 | 22 | 23 | 250 | 126 | 53 |
| Binary | 1111 | 11001110 | 10101001 | 1011101 | 0 | 10010 | 10011 | 10101000 | 1010110 | 101011 |
Color Harmonies of #0FCEA9
Complementary color
Monochromatic Colors of #0FCEA9
Black with #0FCEA9
Text Example
Text Example
White with #0FCEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCEA9; }
p { color: rgb(15,206,169); }
H1.HeaderClassName
{
color: #0FCEA9;
}
.AnyTagClassName
{
color: #0FCEA9;
}
</style>
background-color css
<style>
a { background-color: #0FCEA9; }
a { background-color: rgb(15,206,169); }
div.DivClassName
{
background-color: #0FCEA9;
}
.BgClassName
{
background-color: #0FCEA9;
}
</style>
border-color css
<style>
span { border-color: #0FCEA9; }
span { border-color: rgb(15,206,169); }
td.TdClassName
{
border-color: #0FCEA9;
}
.TagClassName
{
border-color: #0FCEA9;
}
</style>