Shades of Java #189584
Tints of Java #189584
RGB
CMYK
RGB Variations
Color information
#189584 (or 0x189584) is known color: Java. HEX triplet: 18, 95 and 84. RGB value is (24,149,132). Sum of RGB (Red+Green+Blue) = 24+149+132=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #189584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189584 is #E76A7B. Grayscale: #6D6D6D. Windows color (decimal): -15166076 or 8688920. OLE color: 8688920.
HSL color Cylindrical-coordinate representation of color #189584: hue angle of 171.84º 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 #189584 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 149 | 132 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.42 |
| HSL | 171.84º | 0.72% | 0.34% | - |
| HSV(B) | 171.84º | 0.84% | 0.58% | - |
| XYZ | 15.29 | 23.36 | 25.53 | - |
| YUV | 109.69 | 140.59 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 132 | 0.84 | 0 | 0.11 | 0.42 | 171.84 | 0.72 | 0.34 |
| Hex | 18 | 95 | 84 | 54 | 0 | B | 2A | AC | 48 | 22 |
| Octal | 30 | 225 | 204 | 124 | 0 | 13 | 52 | 254 | 110 | 42 |
| Binary | 11000 | 10010101 | 10000100 | 1010100 | 0 | 1011 | 101010 | 10101100 | 1001000 | 100010 |
Color Harmonies of #189584
Complementary color
Monochromatic Colors of #189584
Black with #189584
Text Example
Text Example
White with #189584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189584; }
p { color: rgb(24,149,132); }
H1.HeaderClassName
{
color: #189584;
}
.AnyTagClassName
{
color: #189584;
}
</style>
background-color css
<style>
a { background-color: #189584; }
a { background-color: rgb(24,149,132); }
div.DivClassName
{
background-color: #189584;
}
.BgClassName
{
background-color: #189584;
}
</style>
border-color css
<style>
span { border-color: #189584; }
span { border-color: rgb(24,149,132); }
td.TdClassName
{
border-color: #189584;
}
.TagClassName
{
border-color: #189584;
}
</style>