Shades of Caribbean Green #10DAA8
Tints of Caribbean Green #10DAA8
RGB
CMYK
RGB Variations
Color information
#10DAA8 (or 0x10DAA8) is known color: Caribbean Green. HEX triplet: 10, DA and A8. RGB value is (16,218,168). Sum of RGB (Red+Green+Blue) = 16+218+168=402 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.98% from 402); Green value is 218 (85.55% from 255 or 54.23% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 218 - color contains mainly: green. Hex color #10DAA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DAA8 is #EF2557. Grayscale: #979797. Windows color (decimal): -15672664 or 11065872. OLE color: 11065872.
HSL color Cylindrical-coordinate representation of color #10DAA8: hue angle of 165.15º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DAA8 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 218 | 168 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.15 |
| HSL | 165.15º | 0.86% | 0.46% | - |
| HSV(B) | 165.15º | 0.93% | 0.85% | - |
| XYZ | 32.35 | 53.08 | 45.59 | - |
| YUV | 151.9 | 137.08 | 31.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 168 | 0.93 | 0 | 0.23 | 0.15 | 165.15 | 0.86 | 0.46 |
| Hex | 10 | DA | A8 | 5D | 0 | 17 | F | A5 | 56 | 2E |
| Octal | 20 | 332 | 250 | 135 | 0 | 27 | 17 | 245 | 126 | 56 |
| Binary | 10000 | 11011010 | 10101000 | 1011101 | 0 | 10111 | 1111 | 10100101 | 1010110 | 101110 |
Color Harmonies of #10DAA8
Complementary color
Monochromatic Colors of #10DAA8
Black with #10DAA8
Text Example
Text Example
White with #10DAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DAA8; }
p { color: rgb(16,218,168); }
H1.HeaderClassName
{
color: #10DAA8;
}
.AnyTagClassName
{
color: #10DAA8;
}
</style>
background-color css
<style>
a { background-color: #10DAA8; }
a { background-color: rgb(16,218,168); }
div.DivClassName
{
background-color: #10DAA8;
}
.BgClassName
{
background-color: #10DAA8;
}
</style>
border-color css
<style>
span { border-color: #10DAA8; }
span { border-color: rgb(16,218,168); }
td.TdClassName
{
border-color: #10DAA8;
}
.TagClassName
{
border-color: #10DAA8;
}
</style>