Shades of Java #189999
Tints of Java #189999
RGB
CMYK
RGB Variations
Color information
#189999 (or 0x189999) is known color: Java. HEX triplet: 18, 99 and 99. RGB value is (24,153,153). Sum of RGB (Red+Green+Blue) = 24+153+153=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #189999 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189999 is #E76666. Grayscale: #727272. Windows color (decimal): -15165031 or 10066200. OLE color: 10066200.
HSL color Cylindrical-coordinate representation of color #189999: 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 #189999 is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 24 | 153 | 153 | - |
| CMYK | 0.84 | 0 | 0 | 0.4 |
| HSL | 180º | 0.73% | 0.35% | - |
| HSV(B) | 180º | 0.84% | 0.6% | - |
| XYZ | 17.52 | 25.28 | 34.09 | - |
| YUV | 114.43 | 149.76 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 153 | 153 | 0.84 | 0 | 0 | 0.4 | 180 | 0.73 | 0.35 |
| Hex | 18 | 99 | 99 | 54 | 0 | 0 | 28 | B4 | 49 | 23 |
| Octal | 30 | 231 | 231 | 124 | 0 | 0 | 50 | 264 | 111 | 43 |
| Binary | 11000 | 10011001 | 10011001 | 1010100 | 0 | 0 | 101000 | 10110100 | 1001001 | 100011 |
Color Harmonies of #189999
Complementary color
Monochromatic Colors of #189999
Black with #189999
Text Example
Text Example
White with #189999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189999; }
p { color: rgb(24,153,153); }
H1.HeaderClassName
{
color: #189999;
}
.AnyTagClassName
{
color: #189999;
}
</style>
background-color css
<style>
a { background-color: #189999; }
a { background-color: rgb(24,153,153); }
div.DivClassName
{
background-color: #189999;
}
.BgClassName
{
background-color: #189999;
}
</style>
border-color css
<style>
span { border-color: #189999; }
span { border-color: rgb(24,153,153); }
td.TdClassName
{
border-color: #189999;
}
.TagClassName
{
border-color: #189999;
}
</style>