Shades of Java #199A8F
Tints of Java #199A8F
RGB
CMYK
RGB Variations
Color information
#199A8F (or 0x199A8F) is known color: Java. HEX triplet: 19, 9A and 8F. RGB value is (25,154,143). Sum of RGB (Red+Green+Blue) = 25+154+143=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 154 - color contains mainly: green. Hex color #199A8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199A8F is #E66570. Grayscale: #727272. Windows color (decimal): -15099249 or 9411097. OLE color: 9411097.
HSL color Cylindrical-coordinate representation of color #199A8F: hue angle of 174.88º 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 #199A8F is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 154 | 143 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.40 |
| HSL | 174.88º | 0.72% | 0.35% | - |
| HSV(B) | 174.88º | 0.84% | 0.6% | - |
| XYZ | 16.91 | 25.3 | 29.98 | - |
| YUV | 114.18 | 144.26 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 143 | 0.84 | 0 | 0.07 | 0.40 | 174.88 | 0.72 | 0.35 |
| Hex | 19 | 9A | 8F | 54 | 0 | 7 | 28 | AF | 48 | 23 |
| Octal | 31 | 232 | 217 | 124 | 0 | 7 | 50 | 257 | 110 | 43 |
| Binary | 11001 | 10011010 | 10001111 | 1010100 | 0 | 111 | 101000 | 10101111 | 1001000 | 100011 |
Color Harmonies of #199A8F
Complementary color
Monochromatic Colors of #199A8F
Black with #199A8F
Text Example
Text Example
White with #199A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199A8F; }
p { color: rgb(25,154,143); }
H1.HeaderClassName
{
color: #199A8F;
}
.AnyTagClassName
{
color: #199A8F;
}
</style>
background-color css
<style>
a { background-color: #199A8F; }
a { background-color: rgb(25,154,143); }
div.DivClassName
{
background-color: #199A8F;
}
.BgClassName
{
background-color: #199A8F;
}
</style>
border-color css
<style>
span { border-color: #199A8F; }
span { border-color: rgb(25,154,143); }
td.TdClassName
{
border-color: #199A8F;
}
.TagClassName
{
border-color: #199A8F;
}
</style>