Shades of Java #189496
Tints of Java #189496
RGB
CMYK
RGB Variations
Color information
#189496 (or 0x189496) is known color: Java. HEX triplet: 18, 94 and 96. RGB value is (24,148,150). Sum of RGB (Red+Green+Blue) = 24+148+150=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #189496 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189496 is #E76B69. Grayscale: #6F6F6F. Windows color (decimal): -15166314 or 9868312. OLE color: 9868312.
HSL color Cylindrical-coordinate representation of color #189496: hue angle of 180.95º 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 #189496 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 148 | 150 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.41 |
| HSL | 180.95º | 0.72% | 0.34% | - |
| HSV(B) | 180.95º | 0.84% | 0.59% | - |
| XYZ | 16.47 | 23.58 | 32.54 | - |
| YUV | 111.15 | 149.92 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 148 | 150 | 0.84 | 0.01 | 0 | 0.41 | 180.95 | 0.72 | 0.34 |
| Hex | 18 | 94 | 96 | 54 | 1 | 0 | 29 | B5 | 48 | 22 |
| Octal | 30 | 224 | 226 | 124 | 1 | 0 | 51 | 265 | 110 | 42 |
| Binary | 11000 | 10010100 | 10010110 | 1010100 | 1 | 0 | 101001 | 10110101 | 1001000 | 100010 |
Color Harmonies of #189496
Complementary color
Monochromatic Colors of #189496
Black with #189496
Text Example
Text Example
White with #189496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189496; }
p { color: rgb(24,148,150); }
H1.HeaderClassName
{
color: #189496;
}
.AnyTagClassName
{
color: #189496;
}
</style>
background-color css
<style>
a { background-color: #189496; }
a { background-color: rgb(24,148,150); }
div.DivClassName
{
background-color: #189496;
}
.BgClassName
{
background-color: #189496;
}
</style>
border-color css
<style>
span { border-color: #189496; }
span { border-color: rgb(24,148,150); }
td.TdClassName
{
border-color: #189496;
}
.TagClassName
{
border-color: #189496;
}
</style>