Shades of Caribbean Green #10CAA7
Tints of Caribbean Green #10CAA7
RGB
CMYK
RGB Variations
Color information
#10CAA7 (or 0x10CAA7) is known color: Caribbean Green. HEX triplet: 10, CA and A7. RGB value is (16,202,167). Sum of RGB (Red+Green+Blue) = 16+202+167=385 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.16% from 385); Green value is 202 (79.30% from 255 or 52.47% from 385); Blue value is 167 (65.62% from 255 or 43.38% from 385); Max value from RGB is 202 - color contains mainly: green. Hex color #10CAA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CAA7 is #EF3558. Grayscale: #8E8E8E. Windows color (decimal): -15676761 or 10996240. OLE color: 10996240.
HSL color Cylindrical-coordinate representation of color #10CAA7: hue angle of 168.71º 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 #10CAA7 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 202 | 167 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.21 |
| HSL | 168.71º | 0.85% | 0.43% | - |
| HSV(B) | 168.71º | 0.92% | 0.79% | - |
| XYZ | 28.31 | 45.14 | 43.78 | - |
| YUV | 142.4 | 141.88 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 167 | 0.92 | 0 | 0.17 | 0.21 | 168.71 | 0.85 | 0.43 |
| Hex | 10 | CA | A7 | 5C | 0 | 11 | 15 | A9 | 55 | 2B |
| Octal | 20 | 312 | 247 | 134 | 0 | 21 | 25 | 251 | 125 | 53 |
| Binary | 10000 | 11001010 | 10100111 | 1011100 | 0 | 10001 | 10101 | 10101001 | 1010101 | 101011 |
Color Harmonies of #10CAA7
Complementary color
Monochromatic Colors of #10CAA7
Black with #10CAA7
Text Example
Text Example
White with #10CAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CAA7; }
p { color: rgb(16,202,167); }
H1.HeaderClassName
{
color: #10CAA7;
}
.AnyTagClassName
{
color: #10CAA7;
}
</style>
background-color css
<style>
a { background-color: #10CAA7; }
a { background-color: rgb(16,202,167); }
div.DivClassName
{
background-color: #10CAA7;
}
.BgClassName
{
background-color: #10CAA7;
}
</style>
border-color css
<style>
span { border-color: #10CAA7; }
span { border-color: rgb(16,202,167); }
td.TdClassName
{
border-color: #10CAA7;
}
.TagClassName
{
border-color: #10CAA7;
}
</style>