Shades of Java #189398
Tints of Java #189398
RGB
CMYK
RGB Variations
Color information
#189398 (or 0x189398) is known color: Java. HEX triplet: 18, 93 and 98. RGB value is (24,147,152). Sum of RGB (Red+Green+Blue) = 24+147+152=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #189398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189398 is #E76C67. Grayscale: #6E6E6E. Windows color (decimal): -15166568 or 9999128. OLE color: 9999128.
HSL color Cylindrical-coordinate representation of color #189398: hue angle of 182.34º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189398 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 147 | 152 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.40 |
| HSL | 182.34º | 0.73% | 0.35% | - |
| HSV(B) | 182.34º | 0.84% | 0.6% | - |
| XYZ | 16.48 | 23.33 | 33.34 | - |
| YUV | 110.79 | 151.25 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 147 | 152 | 0.84 | 0.03 | 0 | 0.40 | 182.34 | 0.73 | 0.35 |
| Hex | 18 | 93 | 98 | 54 | 3 | 0 | 28 | B6 | 49 | 23 |
| Octal | 30 | 223 | 230 | 124 | 3 | 0 | 50 | 266 | 111 | 43 |
| Binary | 11000 | 10010011 | 10011000 | 1010100 | 11 | 0 | 101000 | 10110110 | 1001001 | 100011 |
Color Harmonies of #189398
Complementary color
Monochromatic Colors of #189398
Black with #189398
Text Example
Text Example
White with #189398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189398; }
p { color: rgb(24,147,152); }
H1.HeaderClassName
{
color: #189398;
}
.AnyTagClassName
{
color: #189398;
}
</style>
background-color css
<style>
a { background-color: #189398; }
a { background-color: rgb(24,147,152); }
div.DivClassName
{
background-color: #189398;
}
.BgClassName
{
background-color: #189398;
}
</style>
border-color css
<style>
span { border-color: #189398; }
span { border-color: rgb(24,147,152); }
td.TdClassName
{
border-color: #189398;
}
.TagClassName
{
border-color: #189398;
}
</style>