Shades of Java #19908A
Tints of Java #19908A
RGB
CMYK
RGB Variations
Color information
#19908A (or 0x19908A) is known color: Java. HEX triplet: 19, 90 and 8A. RGB value is (25,144,138). Sum of RGB (Red+Green+Blue) = 25+144+138=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #19908A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19908A is #E66F75. Grayscale: #6B6B6B. Windows color (decimal): -15101814 or 9080857. OLE color: 9080857.
HSL color Cylindrical-coordinate representation of color #19908A: hue angle of 176.97º 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 #19908A is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 144 | 138 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.44 |
| HSL | 176.97º | 0.7% | 0.33% | - |
| HSV(B) | 176.97º | 0.83% | 0.56% | - |
| XYZ | 14.96 | 21.99 | 27.5 | - |
| YUV | 107.74 | 145.08 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 144 | 138 | 0.83 | 0 | 0.04 | 0.44 | 176.97 | 0.7 | 0.33 |
| Hex | 19 | 90 | 8A | 53 | 0 | 4 | 2C | B1 | 46 | 21 |
| Octal | 31 | 220 | 212 | 123 | 0 | 4 | 54 | 261 | 106 | 41 |
| Binary | 11001 | 10010000 | 10001010 | 1010011 | 0 | 100 | 101100 | 10110001 | 1000110 | 100001 |
Color Harmonies of #19908A
Complementary color
Monochromatic Colors of #19908A
Black with #19908A
Text Example
Text Example
White with #19908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19908A; }
p { color: rgb(25,144,138); }
H1.HeaderClassName
{
color: #19908A;
}
.AnyTagClassName
{
color: #19908A;
}
</style>
background-color css
<style>
a { background-color: #19908A; }
a { background-color: rgb(25,144,138); }
div.DivClassName
{
background-color: #19908A;
}
.BgClassName
{
background-color: #19908A;
}
</style>
border-color css
<style>
span { border-color: #19908A; }
span { border-color: rgb(25,144,138); }
td.TdClassName
{
border-color: #19908A;
}
.TagClassName
{
border-color: #19908A;
}
</style>