Shades of Caribbean Green #19D29B
Tints of Caribbean Green #19D29B
RGB
CMYK
RGB Variations
Color information
#19D29B (or 0x19D29B) is known color: Caribbean Green. HEX triplet: 19, D2 and 9B. RGB value is (25,210,155). Sum of RGB (Red+Green+Blue) = 25+210+155=390 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.41% from 390); Green value is 210 (82.42% from 255 or 53.85% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 210 - color contains mainly: green. Hex color #19D29B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19D29B is #E62D64. Grayscale: #949494. Windows color (decimal): -15084901 or 10211865. OLE color: 10211865.
HSL color Cylindrical-coordinate representation of color #19D29B: hue angle of 162.16º 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 #19D29B is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 210 | 155 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.18 |
| HSL | 162.16º | 0.79% | 0.46% | - |
| HSV(B) | 162.16º | 0.88% | 0.82% | - |
| XYZ | 29.36 | 48.67 | 38.86 | - |
| YUV | 148.42 | 131.71 | 39.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 210 | 155 | 0.88 | 0 | 0.26 | 0.18 | 162.16 | 0.79 | 0.46 |
| Hex | 19 | D2 | 9B | 58 | 0 | 1A | 12 | A2 | 4F | 2E |
| Octal | 31 | 322 | 233 | 130 | 0 | 32 | 22 | 242 | 117 | 56 |
| Binary | 11001 | 11010010 | 10011011 | 1011000 | 0 | 11010 | 10010 | 10100010 | 1001111 | 101110 |
Color Harmonies of #19D29B
Complementary color
Monochromatic Colors of #19D29B
Black with #19D29B
Text Example
Text Example
White with #19D29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D29B; }
p { color: rgb(25,210,155); }
H1.HeaderClassName
{
color: #19D29B;
}
.AnyTagClassName
{
color: #19D29B;
}
</style>
background-color css
<style>
a { background-color: #19D29B; }
a { background-color: rgb(25,210,155); }
div.DivClassName
{
background-color: #19D29B;
}
.BgClassName
{
background-color: #19D29B;
}
</style>
border-color css
<style>
span { border-color: #19D29B; }
span { border-color: rgb(25,210,155); }
td.TdClassName
{
border-color: #19D29B;
}
.TagClassName
{
border-color: #19D29B;
}
</style>