Shades of Java #199D93
Tints of Java #199D93
RGB
CMYK
RGB Variations
Color information
#199D93 (or 0x199D93) is known color: Java. HEX triplet: 19, 9D and 93. RGB value is (25,157,147). Sum of RGB (Red+Green+Blue) = 25+157+147=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 157 (61.72% from 255 or 47.72% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 157 - color contains mainly: green. Hex color #199D93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199D93 is #E6626C. Grayscale: #747474. Windows color (decimal): -15098477 or 9674009. OLE color: 9674009.
HSL color Cylindrical-coordinate representation of color #199D93: hue angle of 175.45º 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 #199D93 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 157 | 147 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.38 |
| HSL | 175.45º | 0.73% | 0.36% | - |
| HSV(B) | 175.45º | 0.84% | 0.62% | - |
| XYZ | 17.72 | 26.43 | 31.77 | - |
| YUV | 116.39 | 145.27 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 147 | 0.84 | 0 | 0.06 | 0.38 | 175.45 | 0.73 | 0.36 |
| Hex | 19 | 9D | 93 | 54 | 0 | 6 | 26 | AF | 49 | 24 |
| Octal | 31 | 235 | 223 | 124 | 0 | 6 | 46 | 257 | 111 | 44 |
| Binary | 11001 | 10011101 | 10010011 | 1010100 | 0 | 110 | 100110 | 10101111 | 1001001 | 100100 |
Color Harmonies of #199D93
Complementary color
Monochromatic Colors of #199D93
Black with #199D93
Text Example
Text Example
White with #199D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199D93; }
p { color: rgb(25,157,147); }
H1.HeaderClassName
{
color: #199D93;
}
.AnyTagClassName
{
color: #199D93;
}
</style>
background-color css
<style>
a { background-color: #199D93; }
a { background-color: rgb(25,157,147); }
div.DivClassName
{
background-color: #199D93;
}
.BgClassName
{
background-color: #199D93;
}
</style>
border-color css
<style>
span { border-color: #199D93; }
span { border-color: rgb(25,157,147); }
td.TdClassName
{
border-color: #199D93;
}
.TagClassName
{
border-color: #199D93;
}
</style>