Shades of Caribbean Green #0FCEA6
Tints of Caribbean Green #0FCEA6
RGB
CMYK
RGB Variations
Color information
#0FCEA6 (or 0x0FCEA6) is known color: Caribbean Green. HEX triplet: 0F, CE and A6. RGB value is (15,206,166). Sum of RGB (Red+Green+Blue) = 15+206+166=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 206 (80.86% from 255 or 53.23% from 387); Blue value is 166 (65.23% from 255 or 42.89% from 387); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCEA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCEA6 is #F03159. Grayscale: #909090. Windows color (decimal): -15741274 or 10931727. OLE color: 10931727.
HSL color Cylindrical-coordinate representation of color #0FCEA6: hue angle of 167.43º 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 #0FCEA6 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 206 | 166 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.19 |
| HSL | 167.43º | 0.86% | 0.43% | - |
| HSV(B) | 167.43º | 0.93% | 0.81% | - |
| XYZ | 29.15 | 47 | 43.61 | - |
| YUV | 144.33 | 140.22 | 35.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 206 | 166 | 0.93 | 0 | 0.19 | 0.19 | 167.43 | 0.86 | 0.43 |
| Hex | F | CE | A6 | 5D | 0 | 13 | 13 | A7 | 56 | 2B |
| Octal | 17 | 316 | 246 | 135 | 0 | 23 | 23 | 247 | 126 | 53 |
| Binary | 1111 | 11001110 | 10100110 | 1011101 | 0 | 10011 | 10011 | 10100111 | 1010110 | 101011 |
Color Harmonies of #0FCEA6
Complementary color
Monochromatic Colors of #0FCEA6
Black with #0FCEA6
Text Example
Text Example
White with #0FCEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCEA6; }
p { color: rgb(15,206,166); }
H1.HeaderClassName
{
color: #0FCEA6;
}
.AnyTagClassName
{
color: #0FCEA6;
}
</style>
background-color css
<style>
a { background-color: #0FCEA6; }
a { background-color: rgb(15,206,166); }
div.DivClassName
{
background-color: #0FCEA6;
}
.BgClassName
{
background-color: #0FCEA6;
}
</style>
border-color css
<style>
span { border-color: #0FCEA6; }
span { border-color: rgb(15,206,166); }
td.TdClassName
{
border-color: #0FCEA6;
}
.TagClassName
{
border-color: #0FCEA6;
}
</style>