Shades of Caribbean Green #10D4AD
Tints of Caribbean Green #10D4AD
RGB
CMYK
RGB Variations
Color information
#10D4AD (or 0x10D4AD) is known color: Caribbean Green. HEX triplet: 10, D4 and AD. RGB value is (16,212,173). Sum of RGB (Red+Green+Blue) = 16+212+173=401 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.99% from 401); Green value is 212 (83.20% from 255 or 52.87% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 212 - color contains mainly: green. Hex color #10D4AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D4AD is #EF2B52. Grayscale: #949494. Windows color (decimal): -15674195 or 11392016. OLE color: 11392016.
HSL color Cylindrical-coordinate representation of color #10D4AD: hue angle of 168.06º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D4AD is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 212 | 173 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.17 |
| HSL | 168.06º | 0.86% | 0.45% | - |
| HSV(B) | 168.06º | 0.92% | 0.83% | - |
| XYZ | 31.3 | 50.21 | 47.58 | - |
| YUV | 148.95 | 141.57 | 33.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 212 | 173 | 0.92 | 0 | 0.18 | 0.17 | 168.06 | 0.86 | 0.45 |
| Hex | 10 | D4 | AD | 5C | 0 | 12 | 11 | A8 | 56 | 2D |
| Octal | 20 | 324 | 255 | 134 | 0 | 22 | 21 | 250 | 126 | 55 |
| Binary | 10000 | 11010100 | 10101101 | 1011100 | 0 | 10010 | 10001 | 10101000 | 1010110 | 101101 |
Color Harmonies of #10D4AD
Complementary color
Monochromatic Colors of #10D4AD
Black with #10D4AD
Text Example
Text Example
White with #10D4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D4AD; }
p { color: rgb(16,212,173); }
H1.HeaderClassName
{
color: #10D4AD;
}
.AnyTagClassName
{
color: #10D4AD;
}
</style>
background-color css
<style>
a { background-color: #10D4AD; }
a { background-color: rgb(16,212,173); }
div.DivClassName
{
background-color: #10D4AD;
}
.BgClassName
{
background-color: #10D4AD;
}
</style>
border-color css
<style>
span { border-color: #10D4AD; }
span { border-color: rgb(16,212,173); }
td.TdClassName
{
border-color: #10D4AD;
}
.TagClassName
{
border-color: #10D4AD;
}
</style>