Shades of Java #199D94
Tints of Java #199D94
RGB
CMYK
RGB Variations
Color information
#199D94 (or 0x199D94) is known color: Java. HEX triplet: 19, 9D and 94. RGB value is (25,157,148). Sum of RGB (Red+Green+Blue) = 25+157+148=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 157 - color contains mainly: green. Hex color #199D94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199D94 is #E6626B. Grayscale: #747474. Windows color (decimal): -15098476 or 9739545. OLE color: 9739545.
HSL color Cylindrical-coordinate representation of color #199D94: hue angle of 175.91º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199D94 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 157 | 148 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.38 |
| HSL | 175.91º | 0.73% | 0.36% | - |
| HSV(B) | 175.91º | 0.84% | 0.62% | - |
| XYZ | 17.8 | 26.46 | 32.19 | - |
| YUV | 116.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 148 | 0.84 | 0 | 0.06 | 0.38 | 175.91 | 0.73 | 0.36 |
| Hex | 19 | 9D | 94 | 54 | 0 | 6 | 26 | B0 | 49 | 24 |
| Octal | 31 | 235 | 224 | 124 | 0 | 6 | 46 | 260 | 111 | 44 |
| Binary | 11001 | 10011101 | 10010100 | 1010100 | 0 | 110 | 100110 | 10110000 | 1001001 | 100100 |
Color Harmonies of #199D94
Complementary color
Monochromatic Colors of #199D94
Black with #199D94
Text Example
Text Example
White with #199D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199D94; }
p { color: rgb(25,157,148); }
H1.HeaderClassName
{
color: #199D94;
}
.AnyTagClassName
{
color: #199D94;
}
</style>
background-color css
<style>
a { background-color: #199D94; }
a { background-color: rgb(25,157,148); }
div.DivClassName
{
background-color: #199D94;
}
.BgClassName
{
background-color: #199D94;
}
</style>
border-color css
<style>
span { border-color: #199D94; }
span { border-color: rgb(25,157,148); }
td.TdClassName
{
border-color: #199D94;
}
.TagClassName
{
border-color: #199D94;
}
</style>