Shades of Java #189392
Tints of Java #189392
RGB
CMYK
RGB Variations
Color information
#189392 (or 0x189392) is known color: Java. HEX triplet: 18, 93 and 92. RGB value is (24,147,146). Sum of RGB (Red+Green+Blue) = 24+147+146=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #189392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189392 is #E76C6D. Grayscale: #6D6D6D. Windows color (decimal): -15166574 or 9605912. OLE color: 9605912.
HSL color Cylindrical-coordinate representation of color #189392: hue angle of 179.51º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189392 is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 147 | 146 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.42 |
| HSL | 179.51º | 0.72% | 0.34% | - |
| HSV(B) | 179.51º | 0.84% | 0.58% | - |
| XYZ | 16 | 23.14 | 30.82 | - |
| YUV | 110.11 | 148.25 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 147 | 146 | 0.84 | 0 | 0.01 | 0.42 | 179.51 | 0.72 | 0.34 |
| Hex | 18 | 93 | 92 | 54 | 0 | 1 | 2A | B4 | 48 | 22 |
| Octal | 30 | 223 | 222 | 124 | 0 | 1 | 52 | 264 | 110 | 42 |
| Binary | 11000 | 10010011 | 10010010 | 1010100 | 0 | 1 | 101010 | 10110100 | 1001000 | 100010 |
Color Harmonies of #189392
Complementary color
Monochromatic Colors of #189392
Black with #189392
Text Example
Text Example
White with #189392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189392; }
p { color: rgb(24,147,146); }
H1.HeaderClassName
{
color: #189392;
}
.AnyTagClassName
{
color: #189392;
}
</style>
background-color css
<style>
a { background-color: #189392; }
a { background-color: rgb(24,147,146); }
div.DivClassName
{
background-color: #189392;
}
.BgClassName
{
background-color: #189392;
}
</style>
border-color css
<style>
span { border-color: #189392; }
span { border-color: rgb(24,147,146); }
td.TdClassName
{
border-color: #189392;
}
.TagClassName
{
border-color: #189392;
}
</style>