Shades of Caribbean Green #10DBAE
Tints of Caribbean Green #10DBAE
RGB
CMYK
RGB Variations
Color information
#10DBAE (or 0x10DBAE) is known color: Caribbean Green. HEX triplet: 10, DB and AE. RGB value is (16,219,174). Sum of RGB (Red+Green+Blue) = 16+219+174=409 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.91% from 409); Green value is 219 (85.94% from 255 or 53.55% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 219 - color contains mainly: green. Hex color #10DBAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DBAE is #EF2451. Grayscale: #999999. Windows color (decimal): -15672402 or 11459344. OLE color: 11459344.
HSL color Cylindrical-coordinate representation of color #10DBAE: hue angle of 166.7º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DBAE is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 174 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.14 |
| HSL | 166.7º | 0.86% | 0.46% | - |
| HSV(B) | 166.7º | 0.93% | 0.86% | - |
| XYZ | 33.19 | 53.83 | 48.69 | - |
| YUV | 153.17 | 139.75 | 30.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 174 | 0.93 | 0 | 0.21 | 0.14 | 166.7 | 0.86 | 0.46 |
| Hex | 10 | DB | AE | 5D | 0 | 15 | E | A7 | 56 | 2E |
| Octal | 20 | 333 | 256 | 135 | 0 | 25 | 16 | 247 | 126 | 56 |
| Binary | 10000 | 11011011 | 10101110 | 1011101 | 0 | 10101 | 1110 | 10100111 | 1010110 | 101110 |
Color Harmonies of #10DBAE
Complementary color
Monochromatic Colors of #10DBAE
Black with #10DBAE
Text Example
Text Example
White with #10DBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DBAE; }
p { color: rgb(16,219,174); }
H1.HeaderClassName
{
color: #10DBAE;
}
.AnyTagClassName
{
color: #10DBAE;
}
</style>
background-color css
<style>
a { background-color: #10DBAE; }
a { background-color: rgb(16,219,174); }
div.DivClassName
{
background-color: #10DBAE;
}
.BgClassName
{
background-color: #10DBAE;
}
</style>
border-color css
<style>
span { border-color: #10DBAE; }
span { border-color: rgb(16,219,174); }
td.TdClassName
{
border-color: #10DBAE;
}
.TagClassName
{
border-color: #10DBAE;
}
</style>