Shades of Java #19A295
Tints of Java #19A295
RGB
CMYK
RGB Variations
Color information
#19A295 (or 0x19A295) is known color: Java. HEX triplet: 19, A2 and 95. RGB value is (25,162,149). Sum of RGB (Red+Green+Blue) = 25+162+149=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #19A295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A295 is #E65D6A. Grayscale: #777777. Windows color (decimal): -15097195 or 9806361. OLE color: 9806361.
HSL color Cylindrical-coordinate representation of color #19A295: hue angle of 174.31º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A295 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 162 | 149 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.36 |
| HSL | 174.31º | 0.73% | 0.37% | - |
| HSV(B) | 174.31º | 0.85% | 0.64% | - |
| XYZ | 18.75 | 28.22 | 32.89 | - |
| YUV | 119.56 | 144.61 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 162 | 149 | 0.85 | 0 | 0.08 | 0.36 | 174.31 | 0.73 | 0.37 |
| Hex | 19 | A2 | 95 | 55 | 0 | 8 | 24 | AE | 49 | 25 |
| Octal | 31 | 242 | 225 | 125 | 0 | 10 | 44 | 256 | 111 | 45 |
| Binary | 11001 | 10100010 | 10010101 | 1010101 | 0 | 1000 | 100100 | 10101110 | 1001001 | 100101 |
Color Harmonies of #19A295
Complementary color
Monochromatic Colors of #19A295
Black with #19A295
Text Example
Text Example
White with #19A295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A295; }
p { color: rgb(25,162,149); }
H1.HeaderClassName
{
color: #19A295;
}
.AnyTagClassName
{
color: #19A295;
}
</style>
background-color css
<style>
a { background-color: #19A295; }
a { background-color: rgb(25,162,149); }
div.DivClassName
{
background-color: #19A295;
}
.BgClassName
{
background-color: #19A295;
}
</style>
border-color css
<style>
span { border-color: #19A295; }
span { border-color: rgb(25,162,149); }
td.TdClassName
{
border-color: #19A295;
}
.TagClassName
{
border-color: #19A295;
}
</style>