Shades of Caribbean Green #0FCEA4
Tints of Caribbean Green #0FCEA4
RGB
CMYK
RGB Variations
Color information
#0FCEA4 (or 0x0FCEA4) is known color: Caribbean Green. HEX triplet: 0F, CE and A4. RGB value is (15,206,164). Sum of RGB (Red+Green+Blue) = 15+206+164=385 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.90% from 385); Green value is 206 (80.86% from 255 or 53.51% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCEA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCEA4 is #F0315B. Grayscale: #909090. Windows color (decimal): -15741276 or 10800655. OLE color: 10800655.
HSL color Cylindrical-coordinate representation of color #0FCEA4: hue angle of 166.81º 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 #0FCEA4 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 206 | 164 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.19 |
| HSL | 166.81º | 0.86% | 0.43% | - |
| HSV(B) | 166.81º | 0.93% | 0.81% | - |
| XYZ | 28.97 | 46.92 | 42.65 | - |
| YUV | 144.1 | 139.22 | 35.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 206 | 164 | 0.93 | 0 | 0.20 | 0.19 | 166.81 | 0.86 | 0.43 |
| Hex | F | CE | A4 | 5D | 0 | 14 | 13 | A7 | 56 | 2B |
| Octal | 17 | 316 | 244 | 135 | 0 | 24 | 23 | 247 | 126 | 53 |
| Binary | 1111 | 11001110 | 10100100 | 1011101 | 0 | 10100 | 10011 | 10100111 | 1010110 | 101011 |
Color Harmonies of #0FCEA4
Complementary color
Monochromatic Colors of #0FCEA4
Black with #0FCEA4
Text Example
Text Example
White with #0FCEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCEA4; }
p { color: rgb(15,206,164); }
H1.HeaderClassName
{
color: #0FCEA4;
}
.AnyTagClassName
{
color: #0FCEA4;
}
</style>
background-color css
<style>
a { background-color: #0FCEA4; }
a { background-color: rgb(15,206,164); }
div.DivClassName
{
background-color: #0FCEA4;
}
.BgClassName
{
background-color: #0FCEA4;
}
</style>
border-color css
<style>
span { border-color: #0FCEA4; }
span { border-color: rgb(15,206,164); }
td.TdClassName
{
border-color: #0FCEA4;
}
.TagClassName
{
border-color: #0FCEA4;
}
</style>