Shades of Caribbean Green #0FCAA1
Tints of Caribbean Green #0FCAA1
RGB
CMYK
RGB Variations
Color information
#0FCAA1 (or 0x0FCAA1) is known color: Caribbean Green. HEX triplet: 0F, CA and A1. RGB value is (15,202,161). Sum of RGB (Red+Green+Blue) = 15+202+161=378 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.97% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCAA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCAA1 is #F0355E. Grayscale: #8D8D8D. Windows color (decimal): -15742303 or 10603023. OLE color: 10603023.
HSL color Cylindrical-coordinate representation of color #0FCAA1: hue angle of 166.84º 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 #0FCAA1 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 202 | 161 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.21 |
| HSL | 166.84º | 0.86% | 0.43% | - |
| HSV(B) | 166.84º | 0.93% | 0.79% | - |
| XYZ | 27.75 | 44.92 | 40.93 | - |
| YUV | 141.41 | 139.05 | 37.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 161 | 0.93 | 0 | 0.20 | 0.21 | 166.84 | 0.86 | 0.43 |
| Hex | F | CA | A1 | 5D | 0 | 14 | 15 | A7 | 56 | 2B |
| Octal | 17 | 312 | 241 | 135 | 0 | 24 | 25 | 247 | 126 | 53 |
| Binary | 1111 | 11001010 | 10100001 | 1011101 | 0 | 10100 | 10101 | 10100111 | 1010110 | 101011 |
Color Harmonies of #0FCAA1
Complementary color
Monochromatic Colors of #0FCAA1
Black with #0FCAA1
Text Example
Text Example
White with #0FCAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCAA1; }
p { color: rgb(15,202,161); }
H1.HeaderClassName
{
color: #0FCAA1;
}
.AnyTagClassName
{
color: #0FCAA1;
}
</style>
background-color css
<style>
a { background-color: #0FCAA1; }
a { background-color: rgb(15,202,161); }
div.DivClassName
{
background-color: #0FCAA1;
}
.BgClassName
{
background-color: #0FCAA1;
}
</style>
border-color css
<style>
span { border-color: #0FCAA1; }
span { border-color: rgb(15,202,161); }
td.TdClassName
{
border-color: #0FCAA1;
}
.TagClassName
{
border-color: #0FCAA1;
}
</style>