Shades of Caribbean Green #19DA9D
Tints of Caribbean Green #19DA9D
RGB
CMYK
RGB Variations
Color information
#19DA9D (or 0x19DA9D) is known color: Caribbean Green. HEX triplet: 19, DA and 9D. RGB value is (25,218,157). Sum of RGB (Red+Green+Blue) = 25+218+157=400 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.25% from 400); Green value is 218 (85.55% from 255 or 54.5% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 218 - color contains mainly: green. Hex color #19DA9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DA9D is #E62562. Grayscale: #999999. Windows color (decimal): -15082851 or 10344985. OLE color: 10344985.
HSL color Cylindrical-coordinate representation of color #19DA9D: hue angle of 161.04º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DA9D is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 218 | 157 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.15 |
| HSL | 161.04º | 0.79% | 0.48% | - |
| HSV(B) | 161.04º | 0.89% | 0.85% | - |
| XYZ | 31.56 | 52.78 | 40.42 | - |
| YUV | 153.34 | 130.06 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 218 | 157 | 0.89 | 0 | 0.28 | 0.15 | 161.04 | 0.79 | 0.48 |
| Hex | 19 | DA | 9D | 59 | 0 | 1C | F | A1 | 4F | 30 |
| Octal | 31 | 332 | 235 | 131 | 0 | 34 | 17 | 241 | 117 | 60 |
| Binary | 11001 | 11011010 | 10011101 | 1011001 | 0 | 11100 | 1111 | 10100001 | 1001111 | 110000 |
Color Harmonies of #19DA9D
Complementary color
Monochromatic Colors of #19DA9D
Black with #19DA9D
Text Example
Text Example
White with #19DA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DA9D; }
p { color: rgb(25,218,157); }
H1.HeaderClassName
{
color: #19DA9D;
}
.AnyTagClassName
{
color: #19DA9D;
}
</style>
background-color css
<style>
a { background-color: #19DA9D; }
a { background-color: rgb(25,218,157); }
div.DivClassName
{
background-color: #19DA9D;
}
.BgClassName
{
background-color: #19DA9D;
}
</style>
border-color css
<style>
span { border-color: #19DA9D; }
span { border-color: rgb(25,218,157); }
td.TdClassName
{
border-color: #19DA9D;
}
.TagClassName
{
border-color: #19DA9D;
}
</style>