Shades of Java #189296
Tints of Java #189296
RGB
CMYK
RGB Variations
Color information
#189296 (or 0x189296) is known color: Java. HEX triplet: 18, 92 and 96. RGB value is (24,146,150). Sum of RGB (Red+Green+Blue) = 24+146+150=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 150 - color contains mainly: blue. Hex color #189296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189296 is #E76D69. Grayscale: #6D6D6D. Windows color (decimal): -15166826 or 9867800. OLE color: 9867800.
HSL color Cylindrical-coordinate representation of color #189296: hue angle of 181.9º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189296 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 146 | 150 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.41 |
| HSL | 181.9º | 0.72% | 0.34% | - |
| HSV(B) | 181.9º | 0.84% | 0.59% | - |
| XYZ | 16.16 | 22.95 | 32.43 | - |
| YUV | 109.98 | 150.58 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 150 | 0.84 | 0.03 | 0 | 0.41 | 181.9 | 0.72 | 0.34 |
| Hex | 18 | 92 | 96 | 54 | 3 | 0 | 29 | B6 | 48 | 22 |
| Octal | 30 | 222 | 226 | 124 | 3 | 0 | 51 | 266 | 110 | 42 |
| Binary | 11000 | 10010010 | 10010110 | 1010100 | 11 | 0 | 101001 | 10110110 | 1001000 | 100010 |
Color Harmonies of #189296
Complementary color
Monochromatic Colors of #189296
Black with #189296
Text Example
Text Example
White with #189296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189296; }
p { color: rgb(24,146,150); }
H1.HeaderClassName
{
color: #189296;
}
.AnyTagClassName
{
color: #189296;
}
</style>
background-color css
<style>
a { background-color: #189296; }
a { background-color: rgb(24,146,150); }
div.DivClassName
{
background-color: #189296;
}
.BgClassName
{
background-color: #189296;
}
</style>
border-color css
<style>
span { border-color: #189296; }
span { border-color: rgb(24,146,150); }
td.TdClassName
{
border-color: #189296;
}
.TagClassName
{
border-color: #189296;
}
</style>