Shades of Java #189594
Tints of Java #189594
RGB
CMYK
RGB Variations
Color information
#189594 (or 0x189594) is known color: Java. HEX triplet: 18, 95 and 94. RGB value is (24,149,148). Sum of RGB (Red+Green+Blue) = 24+149+148=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #189594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189594 is #E76A6B. Grayscale: #6F6F6F. Windows color (decimal): -15166060 or 9737496. OLE color: 9737496.
HSL color Cylindrical-coordinate representation of color #189594: hue angle of 179.52º 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 #189594 is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 149 | 148 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.42 |
| HSL | 179.52º | 0.72% | 0.34% | - |
| HSV(B) | 179.52º | 0.84% | 0.58% | - |
| XYZ | 16.47 | 23.83 | 31.75 | - |
| YUV | 111.51 | 148.59 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 148 | 0.84 | 0 | 0.01 | 0.42 | 179.52 | 0.72 | 0.34 |
| Hex | 18 | 95 | 94 | 54 | 0 | 1 | 2A | B4 | 48 | 22 |
| Octal | 30 | 225 | 224 | 124 | 0 | 1 | 52 | 264 | 110 | 42 |
| Binary | 11000 | 10010101 | 10010100 | 1010100 | 0 | 1 | 101010 | 10110100 | 1001000 | 100010 |
Color Harmonies of #189594
Complementary color
Monochromatic Colors of #189594
Black with #189594
Text Example
Text Example
White with #189594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189594; }
p { color: rgb(24,149,148); }
H1.HeaderClassName
{
color: #189594;
}
.AnyTagClassName
{
color: #189594;
}
</style>
background-color css
<style>
a { background-color: #189594; }
a { background-color: rgb(24,149,148); }
div.DivClassName
{
background-color: #189594;
}
.BgClassName
{
background-color: #189594;
}
</style>
border-color css
<style>
span { border-color: #189594; }
span { border-color: rgb(24,149,148); }
td.TdClassName
{
border-color: #189594;
}
.TagClassName
{
border-color: #189594;
}
</style>