Shades of Caribbean Green #0FCEAA
Tints of Caribbean Green #0FCEAA
RGB
CMYK
RGB Variations
Color information
#0FCEAA (or 0x0FCEAA) is known color: Caribbean Green. HEX triplet: 0F, CE and AA. RGB value is (15,206,170). Sum of RGB (Red+Green+Blue) = 15+206+170=391 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.84% from 391); Green value is 206 (80.86% from 255 or 52.69% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCEAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCEAA is #F03155. Grayscale: #909090. Windows color (decimal): -15741270 or 11193871. OLE color: 11193871.
HSL color Cylindrical-coordinate representation of color #0FCEAA: hue angle of 168.69º 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 #0FCEAA is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 206 | 170 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.19 |
| HSL | 168.69º | 0.86% | 0.43% | - |
| HSV(B) | 168.69º | 0.93% | 0.81% | - |
| XYZ | 29.52 | 47.15 | 45.57 | - |
| YUV | 144.79 | 142.22 | 35.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 206 | 170 | 0.93 | 0 | 0.17 | 0.19 | 168.69 | 0.86 | 0.43 |
| Hex | F | CE | AA | 5D | 0 | 11 | 13 | A9 | 56 | 2B |
| Octal | 17 | 316 | 252 | 135 | 0 | 21 | 23 | 251 | 126 | 53 |
| Binary | 1111 | 11001110 | 10101010 | 1011101 | 0 | 10001 | 10011 | 10101001 | 1010110 | 101011 |
Color Harmonies of #0FCEAA
Complementary color
Monochromatic Colors of #0FCEAA
Black with #0FCEAA
Text Example
Text Example
White with #0FCEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCEAA; }
p { color: rgb(15,206,170); }
H1.HeaderClassName
{
color: #0FCEAA;
}
.AnyTagClassName
{
color: #0FCEAA;
}
</style>
background-color css
<style>
a { background-color: #0FCEAA; }
a { background-color: rgb(15,206,170); }
div.DivClassName
{
background-color: #0FCEAA;
}
.BgClassName
{
background-color: #0FCEAA;
}
</style>
border-color css
<style>
span { border-color: #0FCEAA; }
span { border-color: rgb(15,206,170); }
td.TdClassName
{
border-color: #0FCEAA;
}
.TagClassName
{
border-color: #0FCEAA;
}
</style>