Shades of Caribbean Green #10DAAC
Tints of Caribbean Green #10DAAC
RGB
CMYK
RGB Variations
Color information
#10DAAC (or 0x10DAAC) is known color: Caribbean Green. HEX triplet: 10, DA and AC. RGB value is (16,218,172). Sum of RGB (Red+Green+Blue) = 16+218+172=406 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.94% from 406); Green value is 218 (85.55% from 255 or 53.69% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 218 - color contains mainly: green. Hex color #10DAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DAAC is #EF2553. Grayscale: #989898. Windows color (decimal): -15672660 or 11328016. OLE color: 11328016.
HSL color Cylindrical-coordinate representation of color #10DAAC: hue angle of 166.34º 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 #10DAAC is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 218 | 172 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.15 |
| HSL | 166.34º | 0.86% | 0.46% | - |
| HSV(B) | 166.34º | 0.93% | 0.85% | - |
| XYZ | 32.73 | 53.23 | 47.58 | - |
| YUV | 152.36 | 139.08 | 30.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 172 | 0.93 | 0 | 0.21 | 0.15 | 166.34 | 0.86 | 0.46 |
| Hex | 10 | DA | AC | 5D | 0 | 15 | F | A6 | 56 | 2E |
| Octal | 20 | 332 | 254 | 135 | 0 | 25 | 17 | 246 | 126 | 56 |
| Binary | 10000 | 11011010 | 10101100 | 1011101 | 0 | 10101 | 1111 | 10100110 | 1010110 | 101110 |
Color Harmonies of #10DAAC
Complementary color
Monochromatic Colors of #10DAAC
Black with #10DAAC
Text Example
Text Example
White with #10DAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DAAC; }
p { color: rgb(16,218,172); }
H1.HeaderClassName
{
color: #10DAAC;
}
.AnyTagClassName
{
color: #10DAAC;
}
</style>
background-color css
<style>
a { background-color: #10DAAC; }
a { background-color: rgb(16,218,172); }
div.DivClassName
{
background-color: #10DAAC;
}
.BgClassName
{
background-color: #10DAAC;
}
</style>
border-color css
<style>
span { border-color: #10DAAC; }
span { border-color: rgb(16,218,172); }
td.TdClassName
{
border-color: #10DAAC;
}
.TagClassName
{
border-color: #10DAAC;
}
</style>