Shades of Java #189B99
Tints of Java #189B99
RGB
CMYK
RGB Variations
Color information
#189B99 (or 0x189B99) is known color: Java. HEX triplet: 18, 9B and 99. RGB value is (24,155,153). Sum of RGB (Red+Green+Blue) = 24+155+153=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #189B99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189B99 is #E76466. Grayscale: #737373. Windows color (decimal): -15164519 or 10066712. OLE color: 10066712.
HSL color Cylindrical-coordinate representation of color #189B99: hue angle of 179.08º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #189B99 is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 155 | 153 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.39 |
| HSL | 179.08º | 0.73% | 0.35% | - |
| HSV(B) | 179.08º | 0.85% | 0.61% | - |
| XYZ | 17.85 | 25.94 | 34.2 | - |
| YUV | 115.6 | 149.1 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 155 | 153 | 0.85 | 0 | 0.01 | 0.39 | 179.08 | 0.73 | 0.35 |
| Hex | 18 | 9B | 99 | 55 | 0 | 1 | 27 | B3 | 49 | 23 |
| Octal | 30 | 233 | 231 | 125 | 0 | 1 | 47 | 263 | 111 | 43 |
| Binary | 11000 | 10011011 | 10011001 | 1010101 | 0 | 1 | 100111 | 10110011 | 1001001 | 100011 |
Color Harmonies of #189B99
Complementary color
Monochromatic Colors of #189B99
Black with #189B99
Text Example
Text Example
White with #189B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189B99; }
p { color: rgb(24,155,153); }
H1.HeaderClassName
{
color: #189B99;
}
.AnyTagClassName
{
color: #189B99;
}
</style>
background-color css
<style>
a { background-color: #189B99; }
a { background-color: rgb(24,155,153); }
div.DivClassName
{
background-color: #189B99;
}
.BgClassName
{
background-color: #189B99;
}
</style>
border-color css
<style>
span { border-color: #189B99; }
span { border-color: rgb(24,155,153); }
td.TdClassName
{
border-color: #189B99;
}
.TagClassName
{
border-color: #189B99;
}
</style>