Shades of Caribbean Green #19CBA5
Tints of Caribbean Green #19CBA5
RGB
CMYK
RGB Variations
Color information
#19CBA5 (or 0x19CBA5) is known color: Caribbean Green. HEX triplet: 19, CB and A5. RGB value is (25,203,165). Sum of RGB (Red+Green+Blue) = 25+203+165=393 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.36% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #19CBA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CBA5 is #E6345A. Grayscale: #919191. Windows color (decimal): -15086683 or 10865433. OLE color: 10865433.
HSL color Cylindrical-coordinate representation of color #19CBA5: hue angle of 167.19º 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 #19CBA5 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 165 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.20 |
| HSL | 167.19º | 0.78% | 0.45% | - |
| HSV(B) | 167.19º | 0.88% | 0.8% | - |
| XYZ | 28.55 | 45.64 | 42.9 | - |
| YUV | 145.45 | 139.03 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 165 | 0.88 | 0 | 0.19 | 0.20 | 167.19 | 0.78 | 0.45 |
| Hex | 19 | CB | A5 | 58 | 0 | 13 | 14 | A7 | 4E | 2D |
| Octal | 31 | 313 | 245 | 130 | 0 | 23 | 24 | 247 | 116 | 55 |
| Binary | 11001 | 11001011 | 10100101 | 1011000 | 0 | 10011 | 10100 | 10100111 | 1001110 | 101101 |
Color Harmonies of #19CBA5
Complementary color
Monochromatic Colors of #19CBA5
Black with #19CBA5
Text Example
Text Example
White with #19CBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CBA5; }
p { color: rgb(25,203,165); }
H1.HeaderClassName
{
color: #19CBA5;
}
.AnyTagClassName
{
color: #19CBA5;
}
</style>
background-color css
<style>
a { background-color: #19CBA5; }
a { background-color: rgb(25,203,165); }
div.DivClassName
{
background-color: #19CBA5;
}
.BgClassName
{
background-color: #19CBA5;
}
</style>
border-color css
<style>
span { border-color: #19CBA5; }
span { border-color: rgb(25,203,165); }
td.TdClassName
{
border-color: #19CBA5;
}
.TagClassName
{
border-color: #19CBA5;
}
</style>