Shades of Java #19908C
Tints of Java #19908C
RGB
CMYK
RGB Variations
Color information
#19908C (or 0x19908C) is known color: Java. HEX triplet: 19, 90 and 8C. RGB value is (25,144,140). Sum of RGB (Red+Green+Blue) = 25+144+140=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #19908C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19908C is #E66F73. Grayscale: #6B6B6B. Windows color (decimal): -15101812 or 9211929. OLE color: 9211929.
HSL color Cylindrical-coordinate representation of color #19908C: hue angle of 177.98º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19908C is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 144 | 140 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.44 |
| HSL | 177.98º | 0.7% | 0.33% | - |
| HSV(B) | 177.98º | 0.83% | 0.56% | - |
| XYZ | 15.11 | 22.05 | 28.27 | - |
| YUV | 107.96 | 146.08 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 144 | 140 | 0.83 | 0 | 0.03 | 0.44 | 177.98 | 0.7 | 0.33 |
| Hex | 19 | 90 | 8C | 53 | 0 | 3 | 2C | B2 | 46 | 21 |
| Octal | 31 | 220 | 214 | 123 | 0 | 3 | 54 | 262 | 106 | 41 |
| Binary | 11001 | 10010000 | 10001100 | 1010011 | 0 | 11 | 101100 | 10110010 | 1000110 | 100001 |
Color Harmonies of #19908C
Complementary color
Monochromatic Colors of #19908C
Black with #19908C
Text Example
Text Example
White with #19908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19908C; }
p { color: rgb(25,144,140); }
H1.HeaderClassName
{
color: #19908C;
}
.AnyTagClassName
{
color: #19908C;
}
</style>
background-color css
<style>
a { background-color: #19908C; }
a { background-color: rgb(25,144,140); }
div.DivClassName
{
background-color: #19908C;
}
.BgClassName
{
background-color: #19908C;
}
</style>
border-color css
<style>
span { border-color: #19908C; }
span { border-color: rgb(25,144,140); }
td.TdClassName
{
border-color: #19908C;
}
.TagClassName
{
border-color: #19908C;
}
</style>