Shades of Java #189588
Tints of Java #189588
RGB
CMYK
RGB Variations
Color information
#189588 (or 0x189588) is known color: Java. HEX triplet: 18, 95 and 88. RGB value is (24,149,136). Sum of RGB (Red+Green+Blue) = 24+149+136=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #189588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189588 is #E76A77. Grayscale: #6E6E6E. Windows color (decimal): -15166072 or 8951064. OLE color: 8951064.
HSL color Cylindrical-coordinate representation of color #189588: hue angle of 173.76º 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 #189588 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 149 | 136 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.42 |
| HSL | 173.76º | 0.72% | 0.34% | - |
| HSV(B) | 173.76º | 0.84% | 0.58% | - |
| XYZ | 15.57 | 23.47 | 27 | - |
| YUV | 110.14 | 142.59 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 136 | 0.84 | 0 | 0.09 | 0.42 | 173.76 | 0.72 | 0.34 |
| Hex | 18 | 95 | 88 | 54 | 0 | 9 | 2A | AE | 48 | 22 |
| Octal | 30 | 225 | 210 | 124 | 0 | 11 | 52 | 256 | 110 | 42 |
| Binary | 11000 | 10010101 | 10001000 | 1010100 | 0 | 1001 | 101010 | 10101110 | 1001000 | 100010 |
Color Harmonies of #189588
Complementary color
Monochromatic Colors of #189588
Black with #189588
Text Example
Text Example
White with #189588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189588; }
p { color: rgb(24,149,136); }
H1.HeaderClassName
{
color: #189588;
}
.AnyTagClassName
{
color: #189588;
}
</style>
background-color css
<style>
a { background-color: #189588; }
a { background-color: rgb(24,149,136); }
div.DivClassName
{
background-color: #189588;
}
.BgClassName
{
background-color: #189588;
}
</style>
border-color css
<style>
span { border-color: #189588; }
span { border-color: rgb(24,149,136); }
td.TdClassName
{
border-color: #189588;
}
.TagClassName
{
border-color: #189588;
}
</style>