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