Shades of Caribbean Green #17CDAC
Tints of Caribbean Green #17CDAC
RGB
CMYK
RGB Variations
Color information
#17CDAC (or 0x17CDAC) is known color: Caribbean Green. HEX triplet: 17, CD and AC. RGB value is (23,205,172). Sum of RGB (Red+Green+Blue) = 23+205+172=400 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.75% from 400); Green value is 205 (80.47% from 255 or 51.25% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 205 - color contains mainly: green. Hex color #17CDAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #17CDAC is #E83253. Grayscale: #929292. Windows color (decimal): -15217236 or 11324695. OLE color: 11324695.
HSL color Cylindrical-coordinate representation of color #17CDAC: hue angle of 169.12º 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 #17CDAC is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 205 | 172 | - |
| CMYK | 0.89 | 0 | 0.16 | 0.20 |
| HSL | 169.12º | 0.8% | 0.45% | - |
| HSV(B) | 169.12º | 0.89% | 0.8% | - |
| XYZ | 29.63 | 46.82 | 46.51 | - |
| YUV | 146.82 | 142.2 | 39.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 205 | 172 | 0.89 | 0 | 0.16 | 0.20 | 169.12 | 0.8 | 0.45 |
| Hex | 17 | CD | AC | 59 | 0 | 10 | 14 | A9 | 50 | 2D |
| Octal | 27 | 315 | 254 | 131 | 0 | 20 | 24 | 251 | 120 | 55 |
| Binary | 10111 | 11001101 | 10101100 | 1011001 | 0 | 10000 | 10100 | 10101001 | 1010000 | 101101 |
Color Harmonies of #17CDAC
Complementary color
Monochromatic Colors of #17CDAC
Black with #17CDAC
Text Example
Text Example
White with #17CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CDAC; }
p { color: rgb(23,205,172); }
H1.HeaderClassName
{
color: #17CDAC;
}
.AnyTagClassName
{
color: #17CDAC;
}
</style>
background-color css
<style>
a { background-color: #17CDAC; }
a { background-color: rgb(23,205,172); }
div.DivClassName
{
background-color: #17CDAC;
}
.BgClassName
{
background-color: #17CDAC;
}
</style>
border-color css
<style>
span { border-color: #17CDAC; }
span { border-color: rgb(23,205,172); }
td.TdClassName
{
border-color: #17CDAC;
}
.TagClassName
{
border-color: #17CDAC;
}
</style>