Shades of Java #19918C
Tints of Java #19918C
RGB
CMYK
RGB Variations
Color information
#19918C (or 0x19918C) is known color: Java. HEX triplet: 19, 91 and 8C. RGB value is (25,145,140). Sum of RGB (Red+Green+Blue) = 25+145+140=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #19918C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19918C is #E66E73. Grayscale: #6C6C6C. Windows color (decimal): -15101556 or 9212185. OLE color: 9212185.
HSL color Cylindrical-coordinate representation of color #19918C: hue angle of 177.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19918C is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 145 | 140 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.43 |
| HSL | 177.5º | 0.71% | 0.33% | - |
| HSV(B) | 177.5º | 0.83% | 0.57% | - |
| XYZ | 15.26 | 22.35 | 28.32 | - |
| YUV | 108.55 | 145.74 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 140 | 0.83 | 0 | 0.03 | 0.43 | 177.5 | 0.71 | 0.33 |
| Hex | 19 | 91 | 8C | 53 | 0 | 3 | 2B | B2 | 47 | 21 |
| Octal | 31 | 221 | 214 | 123 | 0 | 3 | 53 | 262 | 107 | 41 |
| Binary | 11001 | 10010001 | 10001100 | 1010011 | 0 | 11 | 101011 | 10110010 | 1000111 | 100001 |
Color Harmonies of #19918C
Complementary color
Monochromatic Colors of #19918C
Black with #19918C
Text Example
Text Example
White with #19918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19918C; }
p { color: rgb(25,145,140); }
H1.HeaderClassName
{
color: #19918C;
}
.AnyTagClassName
{
color: #19918C;
}
</style>
background-color css
<style>
a { background-color: #19918C; }
a { background-color: rgb(25,145,140); }
div.DivClassName
{
background-color: #19918C;
}
.BgClassName
{
background-color: #19918C;
}
</style>
border-color css
<style>
span { border-color: #19918C; }
span { border-color: rgb(25,145,140); }
td.TdClassName
{
border-color: #19918C;
}
.TagClassName
{
border-color: #19918C;
}
</style>