Shades of Java #19888A
Tints of Java #19888A
RGB
CMYK
RGB Variations
Color information
#19888A (or 0x19888A) is known color: Java. HEX triplet: 19, 88 and 8A. RGB value is (25,136,138). Sum of RGB (Red+Green+Blue) = 25+136+138=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #19888A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19888A is #E67775. Grayscale: #666666. Windows color (decimal): -15103862 or 9078809. OLE color: 9078809.
HSL color Cylindrical-coordinate representation of color #19888A: hue angle of 181.06º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19888A is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 136 | 138 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.46 |
| HSL | 181.06º | 0.69% | 0.32% | - |
| HSV(B) | 181.06º | 0.82% | 0.54% | - |
| XYZ | 13.79 | 19.65 | 27.11 | - |
| YUV | 103.04 | 147.73 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 138 | 0.82 | 0.01 | 0 | 0.46 | 181.06 | 0.69 | 0.32 |
| Hex | 19 | 88 | 8A | 52 | 1 | 0 | 2E | B5 | 45 | 20 |
| Octal | 31 | 210 | 212 | 122 | 1 | 0 | 56 | 265 | 105 | 40 |
| Binary | 11001 | 10001000 | 10001010 | 1010010 | 1 | 0 | 101110 | 10110101 | 1000101 | 100000 |
Color Harmonies of #19888A
Complementary color
Monochromatic Colors of #19888A
Black with #19888A
Text Example
Text Example
White with #19888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19888A; }
p { color: rgb(25,136,138); }
H1.HeaderClassName
{
color: #19888A;
}
.AnyTagClassName
{
color: #19888A;
}
</style>
background-color css
<style>
a { background-color: #19888A; }
a { background-color: rgb(25,136,138); }
div.DivClassName
{
background-color: #19888A;
}
.BgClassName
{
background-color: #19888A;
}
</style>
border-color css
<style>
span { border-color: #19888A; }
span { border-color: rgb(25,136,138); }
td.TdClassName
{
border-color: #19888A;
}
.TagClassName
{
border-color: #19888A;
}
</style>