Shades of Caribbean Green #17DAAA
Tints of Caribbean Green #17DAAA
RGB
CMYK
RGB Variations
Color information
#17DAAA (or 0x17DAAA) is known color: Caribbean Green. HEX triplet: 17, DA and AA. RGB value is (23,218,170). Sum of RGB (Red+Green+Blue) = 23+218+170=411 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.60% from 411); Green value is 218 (85.55% from 255 or 53.04% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 218 - color contains mainly: green. Hex color #17DAAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #17DAAA is #E82555. Grayscale: #9A9A9A. Windows color (decimal): -15213910 or 11196951. OLE color: 11196951.
HSL color Cylindrical-coordinate representation of color #17DAAA: hue angle of 165.23º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17DAAA is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 218 | 170 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.15 |
| HSL | 165.23º | 0.81% | 0.47% | - |
| HSV(B) | 165.23º | 0.89% | 0.85% | - |
| XYZ | 32.68 | 53.23 | 46.58 | - |
| YUV | 154.22 | 136.9 | 34.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 218 | 170 | 0.89 | 0 | 0.22 | 0.15 | 165.23 | 0.81 | 0.47 |
| Hex | 17 | DA | AA | 59 | 0 | 16 | F | A5 | 51 | 2F |
| Octal | 27 | 332 | 252 | 131 | 0 | 26 | 17 | 245 | 121 | 57 |
| Binary | 10111 | 11011010 | 10101010 | 1011001 | 0 | 10110 | 1111 | 10100101 | 1010001 | 101111 |
Color Harmonies of #17DAAA
Complementary color
Monochromatic Colors of #17DAAA
Black with #17DAAA
Text Example
Text Example
White with #17DAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DAAA; }
p { color: rgb(23,218,170); }
H1.HeaderClassName
{
color: #17DAAA;
}
.AnyTagClassName
{
color: #17DAAA;
}
</style>
background-color css
<style>
a { background-color: #17DAAA; }
a { background-color: rgb(23,218,170); }
div.DivClassName
{
background-color: #17DAAA;
}
.BgClassName
{
background-color: #17DAAA;
}
</style>
border-color css
<style>
span { border-color: #17DAAA; }
span { border-color: rgb(23,218,170); }
td.TdClassName
{
border-color: #17DAAA;
}
.TagClassName
{
border-color: #17DAAA;
}
</style>