Shades of Caribbean Green #0FC2A1
Tints of Caribbean Green #0FC2A1
RGB
CMYK
RGB Variations
Color information
#0FC2A1 (or 0x0FC2A1) is known color: Caribbean Green. HEX triplet: 0F, C2 and A1. RGB value is (15,194,161). Sum of RGB (Red+Green+Blue) = 15+194+161=370 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.05% from 370); Green value is 194 (76.17% from 255 or 52.43% from 370); Blue value is 161 (63.28% from 255 or 43.51% from 370); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC2A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC2A1 is #F03D5E. Grayscale: #888888. Windows color (decimal): -15744351 or 10600975. OLE color: 10600975.
HSL color Cylindrical-coordinate representation of color #0FC2A1: hue angle of 168.94º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC2A1 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 194 | 161 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.24 |
| HSL | 168.94º | 0.86% | 0.41% | - |
| HSV(B) | 168.94º | 0.92% | 0.76% | - |
| XYZ | 25.92 | 41.26 | 40.32 | - |
| YUV | 136.72 | 141.7 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 161 | 0.92 | 0 | 0.17 | 0.24 | 168.94 | 0.86 | 0.41 |
| Hex | F | C2 | A1 | 5C | 0 | 11 | 18 | A9 | 56 | 29 |
| Octal | 17 | 302 | 241 | 134 | 0 | 21 | 30 | 251 | 126 | 51 |
| Binary | 1111 | 11000010 | 10100001 | 1011100 | 0 | 10001 | 11000 | 10101001 | 1010110 | 101001 |
Color Harmonies of #0FC2A1
Complementary color
Monochromatic Colors of #0FC2A1
Black with #0FC2A1
Text Example
Text Example
White with #0FC2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC2A1; }
p { color: rgb(15,194,161); }
H1.HeaderClassName
{
color: #0FC2A1;
}
.AnyTagClassName
{
color: #0FC2A1;
}
</style>
background-color css
<style>
a { background-color: #0FC2A1; }
a { background-color: rgb(15,194,161); }
div.DivClassName
{
background-color: #0FC2A1;
}
.BgClassName
{
background-color: #0FC2A1;
}
</style>
border-color css
<style>
span { border-color: #0FC2A1; }
span { border-color: rgb(15,194,161); }
td.TdClassName
{
border-color: #0FC2A1;
}
.TagClassName
{
border-color: #0FC2A1;
}
</style>