Shades of Java #189F99
Tints of Java #189F99
RGB
CMYK
RGB Variations
Color information
#189F99 (or 0x189F99) is known color: Java. HEX triplet: 18, 9F and 99. RGB value is (24,159,153). Sum of RGB (Red+Green+Blue) = 24+159+153=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #189F99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189F99 is #E76066. Grayscale: #757575. Windows color (decimal): -15163495 or 10067736. OLE color: 10067736.
HSL color Cylindrical-coordinate representation of color #189F99: hue angle of 177.33º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #189F99 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 159 | 153 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.38 |
| HSL | 177.33º | 0.74% | 0.36% | - |
| HSV(B) | 177.33º | 0.85% | 0.62% | - |
| XYZ | 18.52 | 27.29 | 34.43 | - |
| YUV | 117.95 | 147.77 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 159 | 153 | 0.85 | 0 | 0.04 | 0.38 | 177.33 | 0.74 | 0.36 |
| Hex | 18 | 9F | 99 | 55 | 0 | 4 | 26 | B1 | 4A | 24 |
| Octal | 30 | 237 | 231 | 125 | 0 | 4 | 46 | 261 | 112 | 44 |
| Binary | 11000 | 10011111 | 10011001 | 1010101 | 0 | 100 | 100110 | 10110001 | 1001010 | 100100 |
Color Harmonies of #189F99
Complementary color
Monochromatic Colors of #189F99
Black with #189F99
Text Example
Text Example
White with #189F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189F99; }
p { color: rgb(24,159,153); }
H1.HeaderClassName
{
color: #189F99;
}
.AnyTagClassName
{
color: #189F99;
}
</style>
background-color css
<style>
a { background-color: #189F99; }
a { background-color: rgb(24,159,153); }
div.DivClassName
{
background-color: #189F99;
}
.BgClassName
{
background-color: #189F99;
}
</style>
border-color css
<style>
span { border-color: #189F99; }
span { border-color: rgb(24,159,153); }
td.TdClassName
{
border-color: #189F99;
}
.TagClassName
{
border-color: #189F99;
}
</style>