Shades of Java #198D8B
Tints of Java #198D8B
RGB
CMYK
RGB Variations
Color information
#198D8B (or 0x198D8B) is known color: Java. HEX triplet: 19, 8D and 8B. RGB value is (25,141,139). Sum of RGB (Red+Green+Blue) = 25+141+139=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 141 - color contains mainly: green. Hex color #198D8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198D8B is #E67274. Grayscale: #696969. Windows color (decimal): -15102581 or 9145625. OLE color: 9145625.
HSL color Cylindrical-coordinate representation of color #198D8B: hue angle of 178.97º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198D8B is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 141 | 139 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.45 |
| HSL | 178.97º | 0.7% | 0.33% | - |
| HSV(B) | 178.97º | 0.82% | 0.55% | - |
| XYZ | 14.59 | 21.12 | 27.73 | - |
| YUV | 106.09 | 146.57 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 139 | 0.82 | 0 | 0.01 | 0.45 | 178.97 | 0.7 | 0.33 |
| Hex | 19 | 8D | 8B | 52 | 0 | 1 | 2D | B3 | 46 | 21 |
| Octal | 31 | 215 | 213 | 122 | 0 | 1 | 55 | 263 | 106 | 41 |
| Binary | 11001 | 10001101 | 10001011 | 1010010 | 0 | 1 | 101101 | 10110011 | 1000110 | 100001 |
Color Harmonies of #198D8B
Complementary color
Monochromatic Colors of #198D8B
Black with #198D8B
Text Example
Text Example
White with #198D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198D8B; }
p { color: rgb(25,141,139); }
H1.HeaderClassName
{
color: #198D8B;
}
.AnyTagClassName
{
color: #198D8B;
}
</style>
background-color css
<style>
a { background-color: #198D8B; }
a { background-color: rgb(25,141,139); }
div.DivClassName
{
background-color: #198D8B;
}
.BgClassName
{
background-color: #198D8B;
}
</style>
border-color css
<style>
span { border-color: #198D8B; }
span { border-color: rgb(25,141,139); }
td.TdClassName
{
border-color: #198D8B;
}
.TagClassName
{
border-color: #198D8B;
}
</style>