Shades of Caribbean Green #10CCA2
Tints of Caribbean Green #10CCA2
RGB
CMYK
RGB Variations
Color information
#10CCA2 (or 0x10CCA2) is known color: Caribbean Green. HEX triplet: 10, CC and A2. RGB value is (16,204,162). Sum of RGB (Red+Green+Blue) = 16+204+162=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 204 (80.08% from 255 or 53.40% from 382); Blue value is 162 (63.67% from 255 or 42.41% from 382); Max value from RGB is 204 - color contains mainly: green. Hex color #10CCA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CCA2 is #EF335D. Grayscale: #8E8E8E. Windows color (decimal): -15676254 or 10669072. OLE color: 10669072.
HSL color Cylindrical-coordinate representation of color #10CCA2: hue angle of 166.6º 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 #10CCA2 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 204 | 162 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.2 |
| HSL | 166.6º | 0.85% | 0.43% | - |
| HSV(B) | 166.6º | 0.92% | 0.8% | - |
| XYZ | 28.33 | 45.9 | 41.55 | - |
| YUV | 143 | 138.72 | 37.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 162 | 0.92 | 0 | 0.21 | 0.2 | 166.6 | 0.85 | 0.43 |
| Hex | 10 | CC | A2 | 5C | 0 | 15 | 14 | A7 | 55 | 2B |
| Octal | 20 | 314 | 242 | 134 | 0 | 25 | 24 | 247 | 125 | 53 |
| Binary | 10000 | 11001100 | 10100010 | 1011100 | 0 | 10101 | 10100 | 10100111 | 1010101 | 101011 |
Color Harmonies of #10CCA2
Complementary color
Monochromatic Colors of #10CCA2
Black with #10CCA2
Text Example
Text Example
White with #10CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CCA2; }
p { color: rgb(16,204,162); }
H1.HeaderClassName
{
color: #10CCA2;
}
.AnyTagClassName
{
color: #10CCA2;
}
</style>
background-color css
<style>
a { background-color: #10CCA2; }
a { background-color: rgb(16,204,162); }
div.DivClassName
{
background-color: #10CCA2;
}
.BgClassName
{
background-color: #10CCA2;
}
</style>
border-color css
<style>
span { border-color: #10CCA2; }
span { border-color: rgb(16,204,162); }
td.TdClassName
{
border-color: #10CCA2;
}
.TagClassName
{
border-color: #10CCA2;
}
</style>