Shades of Caribbean Green #19D098
Tints of Caribbean Green #19D098
RGB
CMYK
RGB Variations
Color information
#19D098 (or 0x19D098) is known color: Caribbean Green. HEX triplet: 19, D0 and 98. RGB value is (25,208,152). Sum of RGB (Red+Green+Blue) = 25+208+152=385 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.49% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #19D098 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19D098 is #E62F67. Grayscale: #929292. Windows color (decimal): -15085416 or 10014745. OLE color: 10014745.
HSL color Cylindrical-coordinate representation of color #19D098: hue angle of 161.64º 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 #19D098 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 208 | 152 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.18 |
| HSL | 161.64º | 0.79% | 0.46% | - |
| HSV(B) | 161.64º | 0.88% | 0.82% | - |
| XYZ | 28.62 | 47.59 | 37.38 | - |
| YUV | 146.9 | 130.87 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 208 | 152 | 0.88 | 0 | 0.27 | 0.18 | 161.64 | 0.79 | 0.46 |
| Hex | 19 | D0 | 98 | 58 | 0 | 1B | 12 | A2 | 4F | 2E |
| Octal | 31 | 320 | 230 | 130 | 0 | 33 | 22 | 242 | 117 | 56 |
| Binary | 11001 | 11010000 | 10011000 | 1011000 | 0 | 11011 | 10010 | 10100010 | 1001111 | 101110 |
Color Harmonies of #19D098
Complementary color
Monochromatic Colors of #19D098
Black with #19D098
Text Example
Text Example
White with #19D098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D098; }
p { color: rgb(25,208,152); }
H1.HeaderClassName
{
color: #19D098;
}
.AnyTagClassName
{
color: #19D098;
}
</style>
background-color css
<style>
a { background-color: #19D098; }
a { background-color: rgb(25,208,152); }
div.DivClassName
{
background-color: #19D098;
}
.BgClassName
{
background-color: #19D098;
}
</style>
border-color css
<style>
span { border-color: #19D098; }
span { border-color: rgb(25,208,152); }
td.TdClassName
{
border-color: #19D098;
}
.TagClassName
{
border-color: #19D098;
}
</style>