Shades of Java #189294
Tints of Java #189294
RGB
CMYK
RGB Variations
Color information
#189294 (or 0x189294) is known color: Java. HEX triplet: 18, 92 and 94. RGB value is (24,146,148). Sum of RGB (Red+Green+Blue) = 24+146+148=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #189294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189294 is #E76D6B. Grayscale: #6D6D6D. Windows color (decimal): -15166828 or 9736728. OLE color: 9736728.
HSL color Cylindrical-coordinate representation of color #189294: hue angle of 180.97º 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 #189294 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 146 | 148 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.42 |
| HSL | 180.97º | 0.72% | 0.34% | - |
| HSV(B) | 180.97º | 0.84% | 0.58% | - |
| XYZ | 16 | 22.89 | 31.59 | - |
| YUV | 109.75 | 149.58 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 148 | 0.84 | 0.01 | 0 | 0.42 | 180.97 | 0.72 | 0.34 |
| Hex | 18 | 92 | 94 | 54 | 1 | 0 | 2A | B5 | 48 | 22 |
| Octal | 30 | 222 | 224 | 124 | 1 | 0 | 52 | 265 | 110 | 42 |
| Binary | 11000 | 10010010 | 10010100 | 1010100 | 1 | 0 | 101010 | 10110101 | 1001000 | 100010 |
Color Harmonies of #189294
Complementary color
Monochromatic Colors of #189294
Black with #189294
Text Example
Text Example
White with #189294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189294; }
p { color: rgb(24,146,148); }
H1.HeaderClassName
{
color: #189294;
}
.AnyTagClassName
{
color: #189294;
}
</style>
background-color css
<style>
a { background-color: #189294; }
a { background-color: rgb(24,146,148); }
div.DivClassName
{
background-color: #189294;
}
.BgClassName
{
background-color: #189294;
}
</style>
border-color css
<style>
span { border-color: #189294; }
span { border-color: rgb(24,146,148); }
td.TdClassName
{
border-color: #189294;
}
.TagClassName
{
border-color: #189294;
}
</style>