Shades of Caribbean Green #17DBAA
Tints of Caribbean Green #17DBAA
RGB
CMYK
RGB Variations
Color information
#17DBAA (or 0x17DBAA) is known color: Caribbean Green. HEX triplet: 17, DB and AA. RGB value is (23,219,170). Sum of RGB (Red+Green+Blue) = 23+219+170=412 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.58% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #17DBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #17DBAA is #E82455. Grayscale: #9A9A9A. Windows color (decimal): -15213654 or 11197207. OLE color: 11197207.
HSL color Cylindrical-coordinate representation of color #17DBAA: hue angle of 165º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17DBAA is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 219 | 170 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.14 |
| HSL | 165º | 0.81% | 0.47% | - |
| HSV(B) | 165º | 0.89% | 0.86% | - |
| XYZ | 32.94 | 53.75 | 46.67 | - |
| YUV | 154.81 | 136.57 | 33.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 219 | 170 | 0.89 | 0 | 0.22 | 0.14 | 165 | 0.81 | 0.47 |
| Hex | 17 | DB | AA | 59 | 0 | 16 | E | A5 | 51 | 2F |
| Octal | 27 | 333 | 252 | 131 | 0 | 26 | 16 | 245 | 121 | 57 |
| Binary | 10111 | 11011011 | 10101010 | 1011001 | 0 | 10110 | 1110 | 10100101 | 1010001 | 101111 |
Color Harmonies of #17DBAA
Complementary color
Monochromatic Colors of #17DBAA
Black with #17DBAA
Text Example
Text Example
White with #17DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DBAA; }
p { color: rgb(23,219,170); }
H1.HeaderClassName
{
color: #17DBAA;
}
.AnyTagClassName
{
color: #17DBAA;
}
</style>
background-color css
<style>
a { background-color: #17DBAA; }
a { background-color: rgb(23,219,170); }
div.DivClassName
{
background-color: #17DBAA;
}
.BgClassName
{
background-color: #17DBAA;
}
</style>
border-color css
<style>
span { border-color: #17DBAA; }
span { border-color: rgb(23,219,170); }
td.TdClassName
{
border-color: #17DBAA;
}
.TagClassName
{
border-color: #17DBAA;
}
</style>