Shades of Caribbean Green #17CAA0
Tints of Caribbean Green #17CAA0
RGB
CMYK
RGB Variations
Color information
#17CAA0 (or 0x17CAA0) is known color: Caribbean Green. HEX triplet: 17, CA and A0. RGB value is (23,202,160). Sum of RGB (Red+Green+Blue) = 23+202+160=385 (50% of max value = 765). Red value is 23 (9.38% from 255 or 5.97% from 385); Green value is 202 (79.30% from 255 or 52.47% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 202 - color contains mainly: green. Hex color #17CAA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #17CAA0 is #E8355F. Grayscale: #8F8F8F. Windows color (decimal): -15218016 or 10537495. OLE color: 10537495.
HSL color Cylindrical-coordinate representation of color #17CAA0: hue angle of 165.92º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17CAA0 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 23 | 202 | 160 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.21 |
| HSL | 165.92º | 0.8% | 0.44% | - |
| HSV(B) | 165.92º | 0.89% | 0.79% | - |
| XYZ | 27.82 | 44.96 | 40.47 | - |
| YUV | 143.69 | 137.2 | 41.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 202 | 160 | 0.89 | 0 | 0.21 | 0.21 | 165.92 | 0.8 | 0.44 |
| Hex | 17 | CA | A0 | 59 | 0 | 15 | 15 | A6 | 50 | 2C |
| Octal | 27 | 312 | 240 | 131 | 0 | 25 | 25 | 246 | 120 | 54 |
| Binary | 10111 | 11001010 | 10100000 | 1011001 | 0 | 10101 | 10101 | 10100110 | 1010000 | 101100 |
Color Harmonies of #17CAA0
Complementary color
Monochromatic Colors of #17CAA0
Black with #17CAA0
Text Example
Text Example
White with #17CAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CAA0; }
p { color: rgb(23,202,160); }
H1.HeaderClassName
{
color: #17CAA0;
}
.AnyTagClassName
{
color: #17CAA0;
}
</style>
background-color css
<style>
a { background-color: #17CAA0; }
a { background-color: rgb(23,202,160); }
div.DivClassName
{
background-color: #17CAA0;
}
.BgClassName
{
background-color: #17CAA0;
}
</style>
border-color css
<style>
span { border-color: #17CAA0; }
span { border-color: rgb(23,202,160); }
td.TdClassName
{
border-color: #17CAA0;
}
.TagClassName
{
border-color: #17CAA0;
}
</style>