Shades of Java #19978F
Tints of Java #19978F
RGB
CMYK
RGB Variations
Color information
#19978F (or 0x19978F) is known color: Java. HEX triplet: 19, 97 and 8F. RGB value is (25,151,143). Sum of RGB (Red+Green+Blue) = 25+151+143=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 151 - color contains mainly: green. Hex color #19978F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19978F is #E66870. Grayscale: #707070. Windows color (decimal): -15100017 or 9410329. OLE color: 9410329.
HSL color Cylindrical-coordinate representation of color #19978F: hue angle of 176.19º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19978F is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 151 | 143 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.41 |
| HSL | 176.19º | 0.72% | 0.35% | - |
| HSV(B) | 176.19º | 0.83% | 0.59% | - |
| XYZ | 16.43 | 24.32 | 29.82 | - |
| YUV | 112.41 | 145.26 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 151 | 143 | 0.83 | 0 | 0.05 | 0.41 | 176.19 | 0.72 | 0.35 |
| Hex | 19 | 97 | 8F | 53 | 0 | 5 | 29 | B0 | 48 | 23 |
| Octal | 31 | 227 | 217 | 123 | 0 | 5 | 51 | 260 | 110 | 43 |
| Binary | 11001 | 10010111 | 10001111 | 1010011 | 0 | 101 | 101001 | 10110000 | 1001000 | 100011 |
Color Harmonies of #19978F
Complementary color
Monochromatic Colors of #19978F
Black with #19978F
Text Example
Text Example
White with #19978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19978F; }
p { color: rgb(25,151,143); }
H1.HeaderClassName
{
color: #19978F;
}
.AnyTagClassName
{
color: #19978F;
}
</style>
background-color css
<style>
a { background-color: #19978F; }
a { background-color: rgb(25,151,143); }
div.DivClassName
{
background-color: #19978F;
}
.BgClassName
{
background-color: #19978F;
}
</style>
border-color css
<style>
span { border-color: #19978F; }
span { border-color: rgb(25,151,143); }
td.TdClassName
{
border-color: #19978F;
}
.TagClassName
{
border-color: #19978F;
}
</style>