Shades of Caribbean Green #0FCAA9
Tints of Caribbean Green #0FCAA9
RGB
CMYK
RGB Variations
Color information
#0FCAA9 (or 0x0FCAA9) is known color: Caribbean Green. HEX triplet: 0F, CA and A9. RGB value is (15,202,169). Sum of RGB (Red+Green+Blue) = 15+202+169=386 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.89% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 169 (66.41% from 255 or 43.78% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCAA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCAA9 is #F03556. Grayscale: #8E8E8E. Windows color (decimal): -15742295 or 11127311. OLE color: 11127311.
HSL color Cylindrical-coordinate representation of color #0FCAA9: hue angle of 169.41º 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 #0FCAA9 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 202 | 169 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.21 |
| HSL | 169.41º | 0.86% | 0.43% | - |
| HSV(B) | 169.41º | 0.93% | 0.79% | - |
| XYZ | 28.48 | 45.21 | 44.76 | - |
| YUV | 142.33 | 143.05 | 37.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 169 | 0.93 | 0 | 0.16 | 0.21 | 169.41 | 0.86 | 0.43 |
| Hex | F | CA | A9 | 5D | 0 | 10 | 15 | A9 | 56 | 2B |
| Octal | 17 | 312 | 251 | 135 | 0 | 20 | 25 | 251 | 126 | 53 |
| Binary | 1111 | 11001010 | 10101001 | 1011101 | 0 | 10000 | 10101 | 10101001 | 1010110 | 101011 |
Color Harmonies of #0FCAA9
Complementary color
Monochromatic Colors of #0FCAA9
Black with #0FCAA9
Text Example
Text Example
White with #0FCAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCAA9; }
p { color: rgb(15,202,169); }
H1.HeaderClassName
{
color: #0FCAA9;
}
.AnyTagClassName
{
color: #0FCAA9;
}
</style>
background-color css
<style>
a { background-color: #0FCAA9; }
a { background-color: rgb(15,202,169); }
div.DivClassName
{
background-color: #0FCAA9;
}
.BgClassName
{
background-color: #0FCAA9;
}
</style>
border-color css
<style>
span { border-color: #0FCAA9; }
span { border-color: rgb(15,202,169); }
td.TdClassName
{
border-color: #0FCAA9;
}
.TagClassName
{
border-color: #0FCAA9;
}
</style>