Shades of Java #189A99
Tints of Java #189A99
RGB
CMYK
RGB Variations
Color information
#189A99 (or 0x189A99) is known color: Java. HEX triplet: 18, 9A and 99. RGB value is (24,154,153). Sum of RGB (Red+Green+Blue) = 24+154+153=331 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.25% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 154 - color contains mainly: green. Hex color #189A99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189A99 is #E76566. Grayscale: #727272. Windows color (decimal): -15164775 or 10066456. OLE color: 10066456.
HSL color Cylindrical-coordinate representation of color #189A99: hue angle of 179.54º 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 #189A99 is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 154 | 153 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.40 |
| HSL | 179.54º | 0.73% | 0.35% | - |
| HSV(B) | 179.54º | 0.84% | 0.6% | - |
| XYZ | 17.68 | 25.61 | 34.15 | - |
| YUV | 115.02 | 149.43 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 154 | 153 | 0.84 | 0 | 0.01 | 0.40 | 179.54 | 0.73 | 0.35 |
| Hex | 18 | 9A | 99 | 54 | 0 | 1 | 28 | B4 | 49 | 23 |
| Octal | 30 | 232 | 231 | 124 | 0 | 1 | 50 | 264 | 111 | 43 |
| Binary | 11000 | 10011010 | 10011001 | 1010100 | 0 | 1 | 101000 | 10110100 | 1001001 | 100011 |
Color Harmonies of #189A99
Complementary color
Monochromatic Colors of #189A99
Black with #189A99
Text Example
Text Example
White with #189A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189A99; }
p { color: rgb(24,154,153); }
H1.HeaderClassName
{
color: #189A99;
}
.AnyTagClassName
{
color: #189A99;
}
</style>
background-color css
<style>
a { background-color: #189A99; }
a { background-color: rgb(24,154,153); }
div.DivClassName
{
background-color: #189A99;
}
.BgClassName
{
background-color: #189A99;
}
</style>
border-color css
<style>
span { border-color: #189A99; }
span { border-color: rgb(24,154,153); }
td.TdClassName
{
border-color: #189A99;
}
.TagClassName
{
border-color: #189A99;
}
</style>