Shades of Caribbean Green #10D0AD
Tints of Caribbean Green #10D0AD
RGB
CMYK
RGB Variations
Color information
#10D0AD (or 0x10D0AD) is known color: Caribbean Green. HEX triplet: 10, D0 and AD. RGB value is (16,208,173). Sum of RGB (Red+Green+Blue) = 16+208+173=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 208 (81.64% from 255 or 52.39% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 208 - color contains mainly: green. Hex color #10D0AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D0AD is #EF2F52. Grayscale: #929292. Windows color (decimal): -15675219 or 11390992. OLE color: 11390992.
HSL color Cylindrical-coordinate representation of color #10D0AD: hue angle of 169.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D0AD is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 208 | 173 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.18 |
| HSL | 169.06º | 0.86% | 0.44% | - |
| HSV(B) | 169.06º | 0.92% | 0.82% | - |
| XYZ | 30.31 | 48.24 | 47.25 | - |
| YUV | 146.6 | 142.89 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 173 | 0.92 | 0 | 0.17 | 0.18 | 169.06 | 0.86 | 0.44 |
| Hex | 10 | D0 | AD | 5C | 0 | 11 | 12 | A9 | 56 | 2C |
| Octal | 20 | 320 | 255 | 134 | 0 | 21 | 22 | 251 | 126 | 54 |
| Binary | 10000 | 11010000 | 10101101 | 1011100 | 0 | 10001 | 10010 | 10101001 | 1010110 | 101100 |
Color Harmonies of #10D0AD
Complementary color
Monochromatic Colors of #10D0AD
Black with #10D0AD
Text Example
Text Example
White with #10D0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D0AD; }
p { color: rgb(16,208,173); }
H1.HeaderClassName
{
color: #10D0AD;
}
.AnyTagClassName
{
color: #10D0AD;
}
</style>
background-color css
<style>
a { background-color: #10D0AD; }
a { background-color: rgb(16,208,173); }
div.DivClassName
{
background-color: #10D0AD;
}
.BgClassName
{
background-color: #10D0AD;
}
</style>
border-color css
<style>
span { border-color: #10D0AD; }
span { border-color: rgb(16,208,173); }
td.TdClassName
{
border-color: #10D0AD;
}
.TagClassName
{
border-color: #10D0AD;
}
</style>