Shades of Caribbean Green #10CAA3
Tints of Caribbean Green #10CAA3
RGB
CMYK
RGB Variations
Color information
#10CAA3 (or 0x10CAA3) is known color: Caribbean Green. HEX triplet: 10, CA and A3. RGB value is (16,202,163). Sum of RGB (Red+Green+Blue) = 16+202+163=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 163 (64.06% from 255 or 42.78% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #10CAA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CAA3 is #EF355C. Grayscale: #8D8D8D. Windows color (decimal): -15676765 or 10734096. OLE color: 10734096.
HSL color Cylindrical-coordinate representation of color #10CAA3: hue angle of 167.42º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CAA3 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 202 | 163 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.21 |
| HSL | 167.42º | 0.85% | 0.43% | - |
| HSV(B) | 167.42º | 0.92% | 0.79% | - |
| XYZ | 27.95 | 45 | 41.86 | - |
| YUV | 141.94 | 139.88 | 38.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 163 | 0.92 | 0 | 0.19 | 0.21 | 167.42 | 0.85 | 0.43 |
| Hex | 10 | CA | A3 | 5C | 0 | 13 | 15 | A7 | 55 | 2B |
| Octal | 20 | 312 | 243 | 134 | 0 | 23 | 25 | 247 | 125 | 53 |
| Binary | 10000 | 11001010 | 10100011 | 1011100 | 0 | 10011 | 10101 | 10100111 | 1010101 | 101011 |
Color Harmonies of #10CAA3
Complementary color
Monochromatic Colors of #10CAA3
Black with #10CAA3
Text Example
Text Example
White with #10CAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CAA3; }
p { color: rgb(16,202,163); }
H1.HeaderClassName
{
color: #10CAA3;
}
.AnyTagClassName
{
color: #10CAA3;
}
</style>
background-color css
<style>
a { background-color: #10CAA3; }
a { background-color: rgb(16,202,163); }
div.DivClassName
{
background-color: #10CAA3;
}
.BgClassName
{
background-color: #10CAA3;
}
</style>
border-color css
<style>
span { border-color: #10CAA3; }
span { border-color: rgb(16,202,163); }
td.TdClassName
{
border-color: #10CAA3;
}
.TagClassName
{
border-color: #10CAA3;
}
</style>