Shades of Caribbean Green #19CC9D
Tints of Caribbean Green #19CC9D
RGB
CMYK
RGB Variations
Color information
#19CC9D (or 0x19CC9D) is known color: Caribbean Green. HEX triplet: 19, CC and 9D. RGB value is (25,204,157). Sum of RGB (Red+Green+Blue) = 25+204+157=386 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.48% from 386); Green value is 204 (80.08% from 255 or 52.85% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 204 - color contains mainly: green. Hex color #19CC9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CC9D is #E63362. Grayscale: #919191. Windows color (decimal): -15086435 or 10341401. OLE color: 10341401.
HSL color Cylindrical-coordinate representation of color #19CC9D: hue angle of 164.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 #19CC9D is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 204 | 157 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.2 |
| HSL | 164.25º | 0.78% | 0.45% | - |
| HSV(B) | 164.25º | 0.88% | 0.8% | - |
| XYZ | 28.08 | 45.83 | 39.26 | - |
| YUV | 145.12 | 134.7 | 42.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 204 | 157 | 0.88 | 0 | 0.23 | 0.2 | 164.25 | 0.78 | 0.45 |
| Hex | 19 | CC | 9D | 58 | 0 | 17 | 14 | A4 | 4E | 2D |
| Octal | 31 | 314 | 235 | 130 | 0 | 27 | 24 | 244 | 116 | 55 |
| Binary | 11001 | 11001100 | 10011101 | 1011000 | 0 | 10111 | 10100 | 10100100 | 1001110 | 101101 |
Color Harmonies of #19CC9D
Complementary color
Monochromatic Colors of #19CC9D
Black with #19CC9D
Text Example
Text Example
White with #19CC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CC9D; }
p { color: rgb(25,204,157); }
H1.HeaderClassName
{
color: #19CC9D;
}
.AnyTagClassName
{
color: #19CC9D;
}
</style>
background-color css
<style>
a { background-color: #19CC9D; }
a { background-color: rgb(25,204,157); }
div.DivClassName
{
background-color: #19CC9D;
}
.BgClassName
{
background-color: #19CC9D;
}
</style>
border-color css
<style>
span { border-color: #19CC9D; }
span { border-color: rgb(25,204,157); }
td.TdClassName
{
border-color: #19CC9D;
}
.TagClassName
{
border-color: #19CC9D;
}
</style>