Shades of Java #189388
Tints of Java #189388
RGB
CMYK
RGB Variations
Color information
#189388 (or 0x189388) is known color: Java. HEX triplet: 18, 93 and 88. RGB value is (24,147,136). Sum of RGB (Red+Green+Blue) = 24+147+136=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #189388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189388 is #E76C77. Grayscale: #6C6C6C. Windows color (decimal): -15166584 or 8950552. OLE color: 8950552.
HSL color Cylindrical-coordinate representation of color #189388: hue angle of 174.63º 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 #189388 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 147 | 136 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.42 |
| HSL | 174.63º | 0.72% | 0.34% | - |
| HSV(B) | 174.63º | 0.84% | 0.58% | - |
| XYZ | 15.25 | 22.84 | 26.9 | - |
| YUV | 108.97 | 143.25 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 147 | 136 | 0.84 | 0 | 0.07 | 0.42 | 174.63 | 0.72 | 0.34 |
| Hex | 18 | 93 | 88 | 54 | 0 | 7 | 2A | AF | 48 | 22 |
| Octal | 30 | 223 | 210 | 124 | 0 | 7 | 52 | 257 | 110 | 42 |
| Binary | 11000 | 10010011 | 10001000 | 1010100 | 0 | 111 | 101010 | 10101111 | 1001000 | 100010 |
Color Harmonies of #189388
Complementary color
Monochromatic Colors of #189388
Black with #189388
Text Example
Text Example
White with #189388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189388; }
p { color: rgb(24,147,136); }
H1.HeaderClassName
{
color: #189388;
}
.AnyTagClassName
{
color: #189388;
}
</style>
background-color css
<style>
a { background-color: #189388; }
a { background-color: rgb(24,147,136); }
div.DivClassName
{
background-color: #189388;
}
.BgClassName
{
background-color: #189388;
}
</style>
border-color css
<style>
span { border-color: #189388; }
span { border-color: rgb(24,147,136); }
td.TdClassName
{
border-color: #189388;
}
.TagClassName
{
border-color: #189388;
}
</style>