Shades of Caribbean Green #10C2A1
Tints of Caribbean Green #10C2A1
RGB
CMYK
RGB Variations
Color information
#10C2A1 (or 0x10C2A1) is known color: Caribbean Green. HEX triplet: 10, C2 and A1. RGB value is (16,194,161). Sum of RGB (Red+Green+Blue) = 16+194+161=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #10C2A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C2A1 is #EF3D5E. Grayscale: #888888. Windows color (decimal): -15678815 or 10600976. OLE color: 10600976.
HSL color Cylindrical-coordinate representation of color #10C2A1: hue angle of 168.88º degrees, saturation: 0.85, 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 #10C2A1 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 161 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.24 |
| HSL | 168.88º | 0.85% | 0.41% | - |
| HSV(B) | 168.88º | 0.92% | 0.76% | - |
| XYZ | 25.94 | 41.27 | 40.32 | - |
| YUV | 137.02 | 141.53 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 161 | 0.92 | 0 | 0.17 | 0.24 | 168.88 | 0.85 | 0.41 |
| Hex | 10 | C2 | A1 | 5C | 0 | 11 | 18 | A9 | 55 | 29 |
| Octal | 20 | 302 | 241 | 134 | 0 | 21 | 30 | 251 | 125 | 51 |
| Binary | 10000 | 11000010 | 10100001 | 1011100 | 0 | 10001 | 11000 | 10101001 | 1010101 | 101001 |
Color Harmonies of #10C2A1
Complementary color
Monochromatic Colors of #10C2A1
Black with #10C2A1
Text Example
Text Example
White with #10C2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C2A1; }
p { color: rgb(16,194,161); }
H1.HeaderClassName
{
color: #10C2A1;
}
.AnyTagClassName
{
color: #10C2A1;
}
</style>
background-color css
<style>
a { background-color: #10C2A1; }
a { background-color: rgb(16,194,161); }
div.DivClassName
{
background-color: #10C2A1;
}
.BgClassName
{
background-color: #10C2A1;
}
</style>
border-color css
<style>
span { border-color: #10C2A1; }
span { border-color: rgb(16,194,161); }
td.TdClassName
{
border-color: #10C2A1;
}
.TagClassName
{
border-color: #10C2A1;
}
</style>