Shades of Caribbean Green #10DAAB
Tints of Caribbean Green #10DAAB
RGB
CMYK
RGB Variations
Color information
#10DAAB (or 0x10DAAB) is known color: Caribbean Green. HEX triplet: 10, DA and AB. RGB value is (16,218,171). Sum of RGB (Red+Green+Blue) = 16+218+171=405 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.95% from 405); Green value is 218 (85.55% from 255 or 53.83% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 218 - color contains mainly: green. Hex color #10DAAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DAAB is #EF2554. Grayscale: #989898. Windows color (decimal): -15672661 or 11262480. OLE color: 11262480.
HSL color Cylindrical-coordinate representation of color #10DAAB: hue angle of 166.04º 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 #10DAAB is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 218 | 171 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.15 |
| HSL | 166.04º | 0.86% | 0.46% | - |
| HSV(B) | 166.04º | 0.93% | 0.85% | - |
| XYZ | 32.64 | 53.19 | 47.08 | - |
| YUV | 152.24 | 138.58 | 30.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 171 | 0.93 | 0 | 0.22 | 0.15 | 166.04 | 0.86 | 0.46 |
| Hex | 10 | DA | AB | 5D | 0 | 16 | F | A6 | 56 | 2E |
| Octal | 20 | 332 | 253 | 135 | 0 | 26 | 17 | 246 | 126 | 56 |
| Binary | 10000 | 11011010 | 10101011 | 1011101 | 0 | 10110 | 1111 | 10100110 | 1010110 | 101110 |
Color Harmonies of #10DAAB
Complementary color
Monochromatic Colors of #10DAAB
Black with #10DAAB
Text Example
Text Example
White with #10DAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DAAB; }
p { color: rgb(16,218,171); }
H1.HeaderClassName
{
color: #10DAAB;
}
.AnyTagClassName
{
color: #10DAAB;
}
</style>
background-color css
<style>
a { background-color: #10DAAB; }
a { background-color: rgb(16,218,171); }
div.DivClassName
{
background-color: #10DAAB;
}
.BgClassName
{
background-color: #10DAAB;
}
</style>
border-color css
<style>
span { border-color: #10DAAB; }
span { border-color: rgb(16,218,171); }
td.TdClassName
{
border-color: #10DAAB;
}
.TagClassName
{
border-color: #10DAAB;
}
</style>