Shades of Java #199C93
Tints of Java #199C93
RGB
CMYK
RGB Variations
Color information
#199C93 (or 0x199C93) is known color: Java. HEX triplet: 19, 9C and 93. RGB value is (25,156,147). Sum of RGB (Red+Green+Blue) = 25+156+147=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 156 (61.33% from 255 or 47.56% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 156 - color contains mainly: green. Hex color #199C93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199C93 is #E6636C. Grayscale: #737373. Windows color (decimal): -15098733 or 9673753. OLE color: 9673753.
HSL color Cylindrical-coordinate representation of color #199C93: hue angle of 175.88º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199C93 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 156 | 147 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.39 |
| HSL | 175.88º | 0.72% | 0.35% | - |
| HSV(B) | 175.88º | 0.84% | 0.61% | - |
| XYZ | 17.56 | 26.09 | 31.71 | - |
| YUV | 115.81 | 145.6 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 147 | 0.84 | 0 | 0.06 | 0.39 | 175.88 | 0.72 | 0.35 |
| Hex | 19 | 9C | 93 | 54 | 0 | 6 | 27 | B0 | 48 | 23 |
| Octal | 31 | 234 | 223 | 124 | 0 | 6 | 47 | 260 | 110 | 43 |
| Binary | 11001 | 10011100 | 10010011 | 1010100 | 0 | 110 | 100111 | 10110000 | 1001000 | 100011 |
Color Harmonies of #199C93
Complementary color
Monochromatic Colors of #199C93
Black with #199C93
Text Example
Text Example
White with #199C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199C93; }
p { color: rgb(25,156,147); }
H1.HeaderClassName
{
color: #199C93;
}
.AnyTagClassName
{
color: #199C93;
}
</style>
background-color css
<style>
a { background-color: #199C93; }
a { background-color: rgb(25,156,147); }
div.DivClassName
{
background-color: #199C93;
}
.BgClassName
{
background-color: #199C93;
}
</style>
border-color css
<style>
span { border-color: #199C93; }
span { border-color: rgb(25,156,147); }
td.TdClassName
{
border-color: #199C93;
}
.TagClassName
{
border-color: #199C93;
}
</style>