Shades of Caribbean Green #19CCA0
Tints of Caribbean Green #19CCA0
RGB
CMYK
RGB Variations
Color information
#19CCA0 (or 0x19CCA0) is known color: Caribbean Green. HEX triplet: 19, CC and A0. RGB value is (25,204,160). Sum of RGB (Red+Green+Blue) = 25+204+160=389 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.43% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #19CCA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CCA0 is #E6335F. Grayscale: #919191. Windows color (decimal): -15086432 or 10538009. OLE color: 10538009.
HSL color Cylindrical-coordinate representation of color #19CCA0: hue angle of 165.25º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CCA0 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 204 | 160 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.2 |
| HSL | 165.25º | 0.78% | 0.45% | - |
| HSV(B) | 165.25º | 0.88% | 0.8% | - |
| XYZ | 28.34 | 45.93 | 40.63 | - |
| YUV | 145.46 | 136.2 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 204 | 160 | 0.88 | 0 | 0.22 | 0.2 | 165.25 | 0.78 | 0.45 |
| Hex | 19 | CC | A0 | 58 | 0 | 16 | 14 | A5 | 4E | 2D |
| Octal | 31 | 314 | 240 | 130 | 0 | 26 | 24 | 245 | 116 | 55 |
| Binary | 11001 | 11001100 | 10100000 | 1011000 | 0 | 10110 | 10100 | 10100101 | 1001110 | 101101 |
Color Harmonies of #19CCA0
Complementary color
Monochromatic Colors of #19CCA0
Black with #19CCA0
Text Example
Text Example
White with #19CCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CCA0; }
p { color: rgb(25,204,160); }
H1.HeaderClassName
{
color: #19CCA0;
}
.AnyTagClassName
{
color: #19CCA0;
}
</style>
background-color css
<style>
a { background-color: #19CCA0; }
a { background-color: rgb(25,204,160); }
div.DivClassName
{
background-color: #19CCA0;
}
.BgClassName
{
background-color: #19CCA0;
}
</style>
border-color css
<style>
span { border-color: #19CCA0; }
span { border-color: rgb(25,204,160); }
td.TdClassName
{
border-color: #19CCA0;
}
.TagClassName
{
border-color: #19CCA0;
}
</style>