Shades of Java #199A94
Tints of Java #199A94
RGB
CMYK
RGB Variations
Color information
#199A94 (or 0x199A94) is known color: Java. HEX triplet: 19, 9A and 94. RGB value is (25,154,148). Sum of RGB (Red+Green+Blue) = 25+154+148=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 154 (60.55% from 255 or 47.09% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 154 - color contains mainly: green. Hex color #199A94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199A94 is #E6656B. Grayscale: #727272. Windows color (decimal): -15099244 or 9738777. OLE color: 9738777.
HSL color Cylindrical-coordinate representation of color #199A94: hue angle of 177.21º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199A94 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 154 | 148 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.40 |
| HSL | 177.21º | 0.72% | 0.35% | - |
| HSV(B) | 177.21º | 0.84% | 0.6% | - |
| XYZ | 17.3 | 25.46 | 32.02 | - |
| YUV | 114.75 | 146.76 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 148 | 0.84 | 0 | 0.04 | 0.40 | 177.21 | 0.72 | 0.35 |
| Hex | 19 | 9A | 94 | 54 | 0 | 4 | 28 | B1 | 48 | 23 |
| Octal | 31 | 232 | 224 | 124 | 0 | 4 | 50 | 261 | 110 | 43 |
| Binary | 11001 | 10011010 | 10010100 | 1010100 | 0 | 100 | 101000 | 10110001 | 1001000 | 100011 |
Color Harmonies of #199A94
Complementary color
Monochromatic Colors of #199A94
Black with #199A94
Text Example
Text Example
White with #199A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199A94; }
p { color: rgb(25,154,148); }
H1.HeaderClassName
{
color: #199A94;
}
.AnyTagClassName
{
color: #199A94;
}
</style>
background-color css
<style>
a { background-color: #199A94; }
a { background-color: rgb(25,154,148); }
div.DivClassName
{
background-color: #199A94;
}
.BgClassName
{
background-color: #199A94;
}
</style>
border-color css
<style>
span { border-color: #199A94; }
span { border-color: rgb(25,154,148); }
td.TdClassName
{
border-color: #199A94;
}
.TagClassName
{
border-color: #199A94;
}
</style>