Shades of Caribbean Green #19CB9D
Tints of Caribbean Green #19CB9D
RGB
CMYK
RGB Variations
Color information
#19CB9D (or 0x19CB9D) is known color: Caribbean Green. HEX triplet: 19, CB and 9D. RGB value is (25,203,157). Sum of RGB (Red+Green+Blue) = 25+203+157=385 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.49% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #19CB9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CB9D is #E63462. Grayscale: #909090. Windows color (decimal): -15086691 or 10341145. OLE color: 10341145.
HSL color Cylindrical-coordinate representation of color #19CB9D: hue angle of 164.49º 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 #19CB9D is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 157 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.20 |
| HSL | 164.49º | 0.78% | 0.45% | - |
| HSV(B) | 164.49º | 0.88% | 0.8% | - |
| XYZ | 27.84 | 45.35 | 39.18 | - |
| YUV | 144.53 | 135.03 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 157 | 0.88 | 0 | 0.23 | 0.20 | 164.49 | 0.78 | 0.45 |
| Hex | 19 | CB | 9D | 58 | 0 | 17 | 14 | A4 | 4E | 2D |
| Octal | 31 | 313 | 235 | 130 | 0 | 27 | 24 | 244 | 116 | 55 |
| Binary | 11001 | 11001011 | 10011101 | 1011000 | 0 | 10111 | 10100 | 10100100 | 1001110 | 101101 |
Color Harmonies of #19CB9D
Complementary color
Monochromatic Colors of #19CB9D
Black with #19CB9D
Text Example
Text Example
White with #19CB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CB9D; }
p { color: rgb(25,203,157); }
H1.HeaderClassName
{
color: #19CB9D;
}
.AnyTagClassName
{
color: #19CB9D;
}
</style>
background-color css
<style>
a { background-color: #19CB9D; }
a { background-color: rgb(25,203,157); }
div.DivClassName
{
background-color: #19CB9D;
}
.BgClassName
{
background-color: #19CB9D;
}
</style>
border-color css
<style>
span { border-color: #19CB9D; }
span { border-color: rgb(25,203,157); }
td.TdClassName
{
border-color: #19CB9D;
}
.TagClassName
{
border-color: #19CB9D;
}
</style>