Shades of Caribbean Green #0FCEAD
Tints of Caribbean Green #0FCEAD
RGB
CMYK
RGB Variations
Color information
#0FCEAD (or 0x0FCEAD) is known color: Caribbean Green. HEX triplet: 0F, CE and AD. RGB value is (15,206,173). Sum of RGB (Red+Green+Blue) = 15+206+173=394 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.81% from 394); Green value is 206 (80.86% from 255 or 52.28% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCEAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCEAD is #F03152. Grayscale: #919191. Windows color (decimal): -15741267 or 11390479. OLE color: 11390479.
HSL color Cylindrical-coordinate representation of color #0FCEAD: hue angle of 169.63º 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 #0FCEAD is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 206 | 173 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.19 |
| HSL | 169.63º | 0.86% | 0.43% | - |
| HSV(B) | 169.63º | 0.93% | 0.81% | - |
| XYZ | 29.81 | 47.26 | 47.09 | - |
| YUV | 145.13 | 143.72 | 35.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 206 | 173 | 0.93 | 0 | 0.16 | 0.19 | 169.63 | 0.86 | 0.43 |
| Hex | F | CE | AD | 5D | 0 | 10 | 13 | AA | 56 | 2B |
| Octal | 17 | 316 | 255 | 135 | 0 | 20 | 23 | 252 | 126 | 53 |
| Binary | 1111 | 11001110 | 10101101 | 1011101 | 0 | 10000 | 10011 | 10101010 | 1010110 | 101011 |
Color Harmonies of #0FCEAD
Complementary color
Monochromatic Colors of #0FCEAD
Black with #0FCEAD
Text Example
Text Example
White with #0FCEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCEAD; }
p { color: rgb(15,206,173); }
H1.HeaderClassName
{
color: #0FCEAD;
}
.AnyTagClassName
{
color: #0FCEAD;
}
</style>
background-color css
<style>
a { background-color: #0FCEAD; }
a { background-color: rgb(15,206,173); }
div.DivClassName
{
background-color: #0FCEAD;
}
.BgClassName
{
background-color: #0FCEAD;
}
</style>
border-color css
<style>
span { border-color: #0FCEAD; }
span { border-color: rgb(15,206,173); }
td.TdClassName
{
border-color: #0FCEAD;
}
.TagClassName
{
border-color: #0FCEAD;
}
</style>