Shades of Java #189898
Tints of Java #189898
RGB
CMYK
RGB Variations
Color information
#189898 (or 0x189898) is known color: Java. HEX triplet: 18, 98 and 98. RGB value is (24,152,152). Sum of RGB (Red+Green+Blue) = 24+152+152=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #189898 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189898 is #E76767. Grayscale: #717171. Windows color (decimal): -15165288 or 10000408. OLE color: 10000408.
HSL color Cylindrical-coordinate representation of color #189898: hue angle of 180º 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 #189898 is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 152 | 152 | - |
| CMYK | 0.84 | 0 | 0 | 0.40 |
| HSL | 180º | 0.73% | 0.35% | - |
| HSV(B) | 180º | 0.84% | 0.6% | - |
| XYZ | 17.27 | 24.92 | 33.61 | - |
| YUV | 113.73 | 149.59 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 152 | 152 | 0.84 | 0 | 0 | 0.40 | 180 | 0.73 | 0.35 |
| Hex | 18 | 98 | 98 | 54 | 0 | 0 | 28 | B4 | 49 | 23 |
| Octal | 30 | 230 | 230 | 124 | 0 | 0 | 50 | 264 | 111 | 43 |
| Binary | 11000 | 10011000 | 10011000 | 1010100 | 0 | 0 | 101000 | 10110100 | 1001001 | 100011 |
Color Harmonies of #189898
Complementary color
Monochromatic Colors of #189898
Black with #189898
Text Example
Text Example
White with #189898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189898; }
p { color: rgb(24,152,152); }
H1.HeaderClassName
{
color: #189898;
}
.AnyTagClassName
{
color: #189898;
}
</style>
background-color css
<style>
a { background-color: #189898; }
a { background-color: rgb(24,152,152); }
div.DivClassName
{
background-color: #189898;
}
.BgClassName
{
background-color: #189898;
}
</style>
border-color css
<style>
span { border-color: #189898; }
span { border-color: rgb(24,152,152); }
td.TdClassName
{
border-color: #189898;
}
.TagClassName
{
border-color: #189898;
}
</style>