Shades of Caribbean Green #10CAA6
Tints of Caribbean Green #10CAA6
RGB
CMYK
RGB Variations
Color information
#10CAA6 (or 0x10CAA6) is known color: Caribbean Green. HEX triplet: 10, CA and A6. RGB value is (16,202,166). Sum of RGB (Red+Green+Blue) = 16+202+166=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #10CAA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CAA6 is #EF3559. Grayscale: #8E8E8E. Windows color (decimal): -15676762 or 10930704. OLE color: 10930704.
HSL color Cylindrical-coordinate representation of color #10CAA6: hue angle of 168.39º 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 #10CAA6 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 202 | 166 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.21 |
| HSL | 168.39º | 0.85% | 0.43% | - |
| HSV(B) | 168.39º | 0.92% | 0.79% | - |
| XYZ | 28.22 | 45.1 | 43.3 | - |
| YUV | 142.28 | 141.38 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 166 | 0.92 | 0 | 0.18 | 0.21 | 168.39 | 0.85 | 0.43 |
| Hex | 10 | CA | A6 | 5C | 0 | 12 | 15 | A8 | 55 | 2B |
| Octal | 20 | 312 | 246 | 134 | 0 | 22 | 25 | 250 | 125 | 53 |
| Binary | 10000 | 11001010 | 10100110 | 1011100 | 0 | 10010 | 10101 | 10101000 | 1010101 | 101011 |
Color Harmonies of #10CAA6
Complementary color
Monochromatic Colors of #10CAA6
Black with #10CAA6
Text Example
Text Example
White with #10CAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CAA6; }
p { color: rgb(16,202,166); }
H1.HeaderClassName
{
color: #10CAA6;
}
.AnyTagClassName
{
color: #10CAA6;
}
</style>
background-color css
<style>
a { background-color: #10CAA6; }
a { background-color: rgb(16,202,166); }
div.DivClassName
{
background-color: #10CAA6;
}
.BgClassName
{
background-color: #10CAA6;
}
</style>
border-color css
<style>
span { border-color: #10CAA6; }
span { border-color: rgb(16,202,166); }
td.TdClassName
{
border-color: #10CAA6;
}
.TagClassName
{
border-color: #10CAA6;
}
</style>