Shades of Caribbean Green #17CDAA
Tints of Caribbean Green #17CDAA
RGB
CMYK
RGB Variations
Color information
#17CDAA (or 0x17CDAA) is known color: Caribbean Green. HEX triplet: 17, CD and AA. RGB value is (23,205,170). Sum of RGB (Red+Green+Blue) = 23+205+170=398 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.78% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #17CDAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #17CDAA is #E83255. Grayscale: #929292. Windows color (decimal): -15217238 or 11193623. OLE color: 11193623.
HSL color Cylindrical-coordinate representation of color #17CDAA: hue angle of 168.46º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17CDAA is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 205 | 170 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.20 |
| HSL | 168.46º | 0.8% | 0.45% | - |
| HSV(B) | 168.46º | 0.89% | 0.8% | - |
| XYZ | 29.44 | 46.75 | 45.5 | - |
| YUV | 146.59 | 141.2 | 39.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 205 | 170 | 0.89 | 0 | 0.17 | 0.20 | 168.46 | 0.8 | 0.45 |
| Hex | 17 | CD | AA | 59 | 0 | 11 | 14 | A8 | 50 | 2D |
| Octal | 27 | 315 | 252 | 131 | 0 | 21 | 24 | 250 | 120 | 55 |
| Binary | 10111 | 11001101 | 10101010 | 1011001 | 0 | 10001 | 10100 | 10101000 | 1010000 | 101101 |
Color Harmonies of #17CDAA
Complementary color
Monochromatic Colors of #17CDAA
Black with #17CDAA
Text Example
Text Example
White with #17CDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CDAA; }
p { color: rgb(23,205,170); }
H1.HeaderClassName
{
color: #17CDAA;
}
.AnyTagClassName
{
color: #17CDAA;
}
</style>
background-color css
<style>
a { background-color: #17CDAA; }
a { background-color: rgb(23,205,170); }
div.DivClassName
{
background-color: #17CDAA;
}
.BgClassName
{
background-color: #17CDAA;
}
</style>
border-color css
<style>
span { border-color: #17CDAA; }
span { border-color: rgb(23,205,170); }
td.TdClassName
{
border-color: #17CDAA;
}
.TagClassName
{
border-color: #17CDAA;
}
</style>