Shades of Java #189295
Tints of Java #189295
RGB
CMYK
RGB Variations
Color information
#189295 (or 0x189295) is known color: Java. HEX triplet: 18, 92 and 95. RGB value is (24,146,149). Sum of RGB (Red+Green+Blue) = 24+146+149=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #189295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189295 is #E76D6A. Grayscale: #6D6D6D. Windows color (decimal): -15166827 or 9802264. OLE color: 9802264.
HSL color Cylindrical-coordinate representation of color #189295: hue angle of 181.44º 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 #189295 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 146 | 149 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.42 |
| HSL | 181.44º | 0.72% | 0.34% | - |
| HSV(B) | 181.44º | 0.84% | 0.58% | - |
| XYZ | 16.08 | 22.92 | 32.01 | - |
| YUV | 109.86 | 150.08 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 149 | 0.84 | 0.02 | 0 | 0.42 | 181.44 | 0.72 | 0.34 |
| Hex | 18 | 92 | 95 | 54 | 2 | 0 | 2A | B5 | 48 | 22 |
| Octal | 30 | 222 | 225 | 124 | 2 | 0 | 52 | 265 | 110 | 42 |
| Binary | 11000 | 10010010 | 10010101 | 1010100 | 10 | 0 | 101010 | 10110101 | 1001000 | 100010 |
Color Harmonies of #189295
Complementary color
Monochromatic Colors of #189295
Black with #189295
Text Example
Text Example
White with #189295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189295; }
p { color: rgb(24,146,149); }
H1.HeaderClassName
{
color: #189295;
}
.AnyTagClassName
{
color: #189295;
}
</style>
background-color css
<style>
a { background-color: #189295; }
a { background-color: rgb(24,146,149); }
div.DivClassName
{
background-color: #189295;
}
.BgClassName
{
background-color: #189295;
}
</style>
border-color css
<style>
span { border-color: #189295; }
span { border-color: rgb(24,146,149); }
td.TdClassName
{
border-color: #189295;
}
.TagClassName
{
border-color: #189295;
}
</style>