Shades of Caribbean Green #19CB9F
Tints of Caribbean Green #19CB9F
RGB
CMYK
RGB Variations
Color information
#19CB9F (or 0x19CB9F) is known color: Caribbean Green. HEX triplet: 19, CB and 9F. RGB value is (25,203,159). Sum of RGB (Red+Green+Blue) = 25+203+159=387 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.46% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #19CB9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CB9F is #E63460. Grayscale: #909090. Windows color (decimal): -15086689 or 10472217. OLE color: 10472217.
HSL color Cylindrical-coordinate representation of color #19CB9F: hue angle of 165.17º 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 #19CB9F is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 159 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.20 |
| HSL | 165.17º | 0.78% | 0.45% | - |
| HSV(B) | 165.17º | 0.88% | 0.8% | - |
| XYZ | 28.01 | 45.42 | 40.09 | - |
| YUV | 144.76 | 136.03 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 159 | 0.88 | 0 | 0.22 | 0.20 | 165.17 | 0.78 | 0.45 |
| Hex | 19 | CB | 9F | 58 | 0 | 16 | 14 | A5 | 4E | 2D |
| Octal | 31 | 313 | 237 | 130 | 0 | 26 | 24 | 245 | 116 | 55 |
| Binary | 11001 | 11001011 | 10011111 | 1011000 | 0 | 10110 | 10100 | 10100101 | 1001110 | 101101 |
Color Harmonies of #19CB9F
Complementary color
Monochromatic Colors of #19CB9F
Black with #19CB9F
Text Example
Text Example
White with #19CB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CB9F; }
p { color: rgb(25,203,159); }
H1.HeaderClassName
{
color: #19CB9F;
}
.AnyTagClassName
{
color: #19CB9F;
}
</style>
background-color css
<style>
a { background-color: #19CB9F; }
a { background-color: rgb(25,203,159); }
div.DivClassName
{
background-color: #19CB9F;
}
.BgClassName
{
background-color: #19CB9F;
}
</style>
border-color css
<style>
span { border-color: #19CB9F; }
span { border-color: rgb(25,203,159); }
td.TdClassName
{
border-color: #19CB9F;
}
.TagClassName
{
border-color: #19CB9F;
}
</style>