Shades of Caribbean Green #0FC1A1
Tints of Caribbean Green #0FC1A1
RGB
CMYK
RGB Variations
Color information
#0FC1A1 (or 0x0FC1A1) is known color: Caribbean Green. HEX triplet: 0F, C1 and A1. RGB value is (15,193,161). Sum of RGB (Red+Green+Blue) = 15+193+161=369 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.07% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC1A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC1A1 is #F03E5E. Grayscale: #888888. Windows color (decimal): -15744607 or 10600719. OLE color: 10600719.
HSL color Cylindrical-coordinate representation of color #0FC1A1: hue angle of 169.21º 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 #0FC1A1 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 161 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.24 |
| HSL | 169.21º | 0.86% | 0.41% | - |
| HSV(B) | 169.21º | 0.92% | 0.76% | - |
| XYZ | 25.7 | 40.81 | 40.24 | - |
| YUV | 136.13 | 142.03 | 41.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 161 | 0.92 | 0 | 0.17 | 0.24 | 169.21 | 0.86 | 0.41 |
| Hex | F | C1 | A1 | 5C | 0 | 11 | 18 | A9 | 56 | 29 |
| Octal | 17 | 301 | 241 | 134 | 0 | 21 | 30 | 251 | 126 | 51 |
| Binary | 1111 | 11000001 | 10100001 | 1011100 | 0 | 10001 | 11000 | 10101001 | 1010110 | 101001 |
Color Harmonies of #0FC1A1
Complementary color
Monochromatic Colors of #0FC1A1
Black with #0FC1A1
Text Example
Text Example
White with #0FC1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC1A1; }
p { color: rgb(15,193,161); }
H1.HeaderClassName
{
color: #0FC1A1;
}
.AnyTagClassName
{
color: #0FC1A1;
}
</style>
background-color css
<style>
a { background-color: #0FC1A1; }
a { background-color: rgb(15,193,161); }
div.DivClassName
{
background-color: #0FC1A1;
}
.BgClassName
{
background-color: #0FC1A1;
}
</style>
border-color css
<style>
span { border-color: #0FC1A1; }
span { border-color: rgb(15,193,161); }
td.TdClassName
{
border-color: #0FC1A1;
}
.TagClassName
{
border-color: #0FC1A1;
}
</style>