Shades of Caribbean Green #10D0A6
Tints of Caribbean Green #10D0A6
RGB
CMYK
RGB Variations
Color information
#10D0A6 (or 0x10D0A6) is known color: Caribbean Green. HEX triplet: 10, D0 and A6. RGB value is (16,208,166). Sum of RGB (Red+Green+Blue) = 16+208+166=390 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.10% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 166 (65.23% from 255 or 42.56% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #10D0A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D0A6 is #EF2F59. Grayscale: #919191. Windows color (decimal): -15675226 or 10932240. OLE color: 10932240.
HSL color Cylindrical-coordinate representation of color #10D0A6: hue angle of 166.88º 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 #10D0A6 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 208 | 166 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.18 |
| HSL | 166.88º | 0.86% | 0.44% | - |
| HSV(B) | 166.88º | 0.92% | 0.82% | - |
| XYZ | 29.65 | 47.98 | 43.77 | - |
| YUV | 145.8 | 139.39 | 35.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 166 | 0.92 | 0 | 0.20 | 0.18 | 166.88 | 0.86 | 0.44 |
| Hex | 10 | D0 | A6 | 5C | 0 | 14 | 12 | A7 | 56 | 2C |
| Octal | 20 | 320 | 246 | 134 | 0 | 24 | 22 | 247 | 126 | 54 |
| Binary | 10000 | 11010000 | 10100110 | 1011100 | 0 | 10100 | 10010 | 10100111 | 1010110 | 101100 |
Color Harmonies of #10D0A6
Complementary color
Monochromatic Colors of #10D0A6
Black with #10D0A6
Text Example
Text Example
White with #10D0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D0A6; }
p { color: rgb(16,208,166); }
H1.HeaderClassName
{
color: #10D0A6;
}
.AnyTagClassName
{
color: #10D0A6;
}
</style>
background-color css
<style>
a { background-color: #10D0A6; }
a { background-color: rgb(16,208,166); }
div.DivClassName
{
background-color: #10D0A6;
}
.BgClassName
{
background-color: #10D0A6;
}
</style>
border-color css
<style>
span { border-color: #10D0A6; }
span { border-color: rgb(16,208,166); }
td.TdClassName
{
border-color: #10D0A6;
}
.TagClassName
{
border-color: #10D0A6;
}
</style>