Shades of Caribbean Green #17DEAD
Tints of Caribbean Green #17DEAD
RGB
CMYK
RGB Variations
Color information
#17DEAD (or 0x17DEAD) is known color: Caribbean Green. HEX triplet: 17, DE and AD. RGB value is (23,222,173). Sum of RGB (Red+Green+Blue) = 23+222+173=418 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.50% from 418); Green value is 222 (87.11% from 255 or 53.11% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 222 - color contains mainly: green. Hex color #17DEAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #17DEAD is #E82152. Grayscale: #9C9C9C. Windows color (decimal): -15212883 or 11394583. OLE color: 11394583.
HSL color Cylindrical-coordinate representation of color #17DEAD: hue angle of 165.23º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DEAD is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 222 | 173 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.13 |
| HSL | 165.23º | 0.81% | 0.48% | - |
| HSV(B) | 165.23º | 0.9% | 0.87% | - |
| XYZ | 34.02 | 55.44 | 48.44 | - |
| YUV | 156.91 | 137.07 | 32.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 222 | 173 | 0.90 | 0 | 0.22 | 0.13 | 165.23 | 0.81 | 0.48 |
| Hex | 17 | DE | AD | 5A | 0 | 16 | D | A5 | 51 | 30 |
| Octal | 27 | 336 | 255 | 132 | 0 | 26 | 15 | 245 | 121 | 60 |
| Binary | 10111 | 11011110 | 10101101 | 1011010 | 0 | 10110 | 1101 | 10100101 | 1010001 | 110000 |
Color Harmonies of #17DEAD
Complementary color
Monochromatic Colors of #17DEAD
Black with #17DEAD
Text Example
Text Example
White with #17DEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DEAD; }
p { color: rgb(23,222,173); }
H1.HeaderClassName
{
color: #17DEAD;
}
.AnyTagClassName
{
color: #17DEAD;
}
</style>
background-color css
<style>
a { background-color: #17DEAD; }
a { background-color: rgb(23,222,173); }
div.DivClassName
{
background-color: #17DEAD;
}
.BgClassName
{
background-color: #17DEAD;
}
</style>
border-color css
<style>
span { border-color: #17DEAD; }
span { border-color: rgb(23,222,173); }
td.TdClassName
{
border-color: #17DEAD;
}
.TagClassName
{
border-color: #17DEAD;
}
</style>