Shades of Caribbean Green #0FCAA0
Tints of Caribbean Green #0FCAA0
RGB
CMYK
RGB Variations
Color information
#0FCAA0 (or 0x0FCAA0) is known color: Caribbean Green. HEX triplet: 0F, CA and A0. RGB value is (15,202,160). Sum of RGB (Red+Green+Blue) = 15+202+160=377 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.98% from 377); Green value is 202 (79.30% from 255 or 53.58% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCAA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCAA0 is #F0355F. Grayscale: #8D8D8D. Windows color (decimal): -15742304 or 10537487. OLE color: 10537487.
HSL color Cylindrical-coordinate representation of color #0FCAA0: hue angle of 166.52º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCAA0 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 202 | 160 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.21 |
| HSL | 166.52º | 0.86% | 0.43% | - |
| HSV(B) | 166.52º | 0.93% | 0.79% | - |
| XYZ | 27.66 | 44.88 | 40.46 | - |
| YUV | 141.3 | 138.55 | 37.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 160 | 0.93 | 0 | 0.21 | 0.21 | 166.52 | 0.86 | 0.43 |
| Hex | F | CA | A0 | 5D | 0 | 15 | 15 | A7 | 56 | 2B |
| Octal | 17 | 312 | 240 | 135 | 0 | 25 | 25 | 247 | 126 | 53 |
| Binary | 1111 | 11001010 | 10100000 | 1011101 | 0 | 10101 | 10101 | 10100111 | 1010110 | 101011 |
Color Harmonies of #0FCAA0
Complementary color
Monochromatic Colors of #0FCAA0
Black with #0FCAA0
Text Example
Text Example
White with #0FCAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCAA0; }
p { color: rgb(15,202,160); }
H1.HeaderClassName
{
color: #0FCAA0;
}
.AnyTagClassName
{
color: #0FCAA0;
}
</style>
background-color css
<style>
a { background-color: #0FCAA0; }
a { background-color: rgb(15,202,160); }
div.DivClassName
{
background-color: #0FCAA0;
}
.BgClassName
{
background-color: #0FCAA0;
}
</style>
border-color css
<style>
span { border-color: #0FCAA0; }
span { border-color: rgb(15,202,160); }
td.TdClassName
{
border-color: #0FCAA0;
}
.TagClassName
{
border-color: #0FCAA0;
}
</style>