Shades of Java #189589
Tints of Java #189589
RGB
CMYK
RGB Variations
Color information
#189589 (or 0x189589) is known color: Java. HEX triplet: 18, 95 and 89. RGB value is (24,149,137). Sum of RGB (Red+Green+Blue) = 24+149+137=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #189589 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189589 is #E76A76. Grayscale: #6E6E6E. Windows color (decimal): -15166071 or 9016600. OLE color: 9016600.
HSL color Cylindrical-coordinate representation of color #189589: hue angle of 174.24º 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 #189589 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 149 | 137 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.42 |
| HSL | 174.24º | 0.72% | 0.34% | - |
| HSV(B) | 174.24º | 0.84% | 0.58% | - |
| XYZ | 15.64 | 23.5 | 27.38 | - |
| YUV | 110.26 | 143.09 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 137 | 0.84 | 0 | 0.08 | 0.42 | 174.24 | 0.72 | 0.34 |
| Hex | 18 | 95 | 89 | 54 | 0 | 8 | 2A | AE | 48 | 22 |
| Octal | 30 | 225 | 211 | 124 | 0 | 10 | 52 | 256 | 110 | 42 |
| Binary | 11000 | 10010101 | 10001001 | 1010100 | 0 | 1000 | 101010 | 10101110 | 1001000 | 100010 |
Color Harmonies of #189589
Complementary color
Monochromatic Colors of #189589
Black with #189589
Text Example
Text Example
White with #189589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189589; }
p { color: rgb(24,149,137); }
H1.HeaderClassName
{
color: #189589;
}
.AnyTagClassName
{
color: #189589;
}
</style>
background-color css
<style>
a { background-color: #189589; }
a { background-color: rgb(24,149,137); }
div.DivClassName
{
background-color: #189589;
}
.BgClassName
{
background-color: #189589;
}
</style>
border-color css
<style>
span { border-color: #189589; }
span { border-color: rgb(24,149,137); }
td.TdClassName
{
border-color: #189589;
}
.TagClassName
{
border-color: #189589;
}
</style>