Shades of Caribbean Green #19D297
Tints of Caribbean Green #19D297
RGB
CMYK
RGB Variations
Color information
#19D297 (or 0x19D297) is known color: Caribbean Green. HEX triplet: 19, D2 and 97. RGB value is (25,210,151). Sum of RGB (Red+Green+Blue) = 25+210+151=386 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.48% from 386); Green value is 210 (82.42% from 255 or 54.40% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 210 - color contains mainly: green. Hex color #19D297 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19D297 is #E62D68. Grayscale: #949494. Windows color (decimal): -15084905 or 9949721. OLE color: 9949721.
HSL color Cylindrical-coordinate representation of color #19D297: hue angle of 160.86º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D297 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 210 | 151 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.18 |
| HSL | 160.86º | 0.79% | 0.46% | - |
| HSV(B) | 160.86º | 0.88% | 0.82% | - |
| XYZ | 29.03 | 48.53 | 37.12 | - |
| YUV | 147.96 | 129.71 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 210 | 151 | 0.88 | 0 | 0.28 | 0.18 | 160.86 | 0.79 | 0.46 |
| Hex | 19 | D2 | 97 | 58 | 0 | 1C | 12 | A1 | 4F | 2E |
| Octal | 31 | 322 | 227 | 130 | 0 | 34 | 22 | 241 | 117 | 56 |
| Binary | 11001 | 11010010 | 10010111 | 1011000 | 0 | 11100 | 10010 | 10100001 | 1001111 | 101110 |
Color Harmonies of #19D297
Complementary color
Monochromatic Colors of #19D297
Black with #19D297
Text Example
Text Example
White with #19D297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D297; }
p { color: rgb(25,210,151); }
H1.HeaderClassName
{
color: #19D297;
}
.AnyTagClassName
{
color: #19D297;
}
</style>
background-color css
<style>
a { background-color: #19D297; }
a { background-color: rgb(25,210,151); }
div.DivClassName
{
background-color: #19D297;
}
.BgClassName
{
background-color: #19D297;
}
</style>
border-color css
<style>
span { border-color: #19D297; }
span { border-color: rgb(25,210,151); }
td.TdClassName
{
border-color: #19D297;
}
.TagClassName
{
border-color: #19D297;
}
</style>