Shades of Caribbean Green #10CCA1
Tints of Caribbean Green #10CCA1
RGB
CMYK
RGB Variations
Color information
#10CCA1 (or 0x10CCA1) is known color: Caribbean Green. HEX triplet: 10, CC and A1. RGB value is (16,204,161). Sum of RGB (Red+Green+Blue) = 16+204+161=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 204 (80.08% from 255 or 53.54% from 381); Blue value is 161 (63.28% from 255 or 42.26% from 381); Max value from RGB is 204 - color contains mainly: green. Hex color #10CCA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CCA1 is #EF335E. Grayscale: #8E8E8E. Windows color (decimal): -15676255 or 10603536. OLE color: 10603536.
HSL color Cylindrical-coordinate representation of color #10CCA1: hue angle of 166.28º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CCA1 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 204 | 161 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.2 |
| HSL | 166.28º | 0.85% | 0.43% | - |
| HSV(B) | 166.28º | 0.92% | 0.8% | - |
| XYZ | 28.24 | 45.87 | 41.08 | - |
| YUV | 142.89 | 138.22 | 37.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 161 | 0.92 | 0 | 0.21 | 0.2 | 166.28 | 0.85 | 0.43 |
| Hex | 10 | CC | A1 | 5C | 0 | 15 | 14 | A6 | 55 | 2B |
| Octal | 20 | 314 | 241 | 134 | 0 | 25 | 24 | 246 | 125 | 53 |
| Binary | 10000 | 11001100 | 10100001 | 1011100 | 0 | 10101 | 10100 | 10100110 | 1010101 | 101011 |
Color Harmonies of #10CCA1
Complementary color
Monochromatic Colors of #10CCA1
Black with #10CCA1
Text Example
Text Example
White with #10CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CCA1; }
p { color: rgb(16,204,161); }
H1.HeaderClassName
{
color: #10CCA1;
}
.AnyTagClassName
{
color: #10CCA1;
}
</style>
background-color css
<style>
a { background-color: #10CCA1; }
a { background-color: rgb(16,204,161); }
div.DivClassName
{
background-color: #10CCA1;
}
.BgClassName
{
background-color: #10CCA1;
}
</style>
border-color css
<style>
span { border-color: #10CCA1; }
span { border-color: rgb(16,204,161); }
td.TdClassName
{
border-color: #10CCA1;
}
.TagClassName
{
border-color: #10CCA1;
}
</style>