Shades of Java #189799
Tints of Java #189799
RGB
CMYK
RGB Variations
Color information
#189799 (or 0x189799) is known color: Java. HEX triplet: 18, 97 and 99. RGB value is (24,151,153). Sum of RGB (Red+Green+Blue) = 24+151+153=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #189799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189799 is #E76866. Grayscale: #717171. Windows color (decimal): -15165543 or 10065688. OLE color: 10065688.
HSL color Cylindrical-coordinate representation of color #189799: hue angle of 180.93º 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 #189799 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 24 | 151 | 153 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.4 |
| HSL | 180.93º | 0.73% | 0.35% | - |
| HSV(B) | 180.93º | 0.84% | 0.6% | - |
| XYZ | 17.19 | 24.63 | 33.98 | - |
| YUV | 113.26 | 150.42 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 151 | 153 | 0.84 | 0.01 | 0 | 0.4 | 180.93 | 0.73 | 0.35 |
| Hex | 18 | 97 | 99 | 54 | 1 | 0 | 28 | B5 | 49 | 23 |
| Octal | 30 | 227 | 231 | 124 | 1 | 0 | 50 | 265 | 111 | 43 |
| Binary | 11000 | 10010111 | 10011001 | 1010100 | 1 | 0 | 101000 | 10110101 | 1001001 | 100011 |
Color Harmonies of #189799
Complementary color
Monochromatic Colors of #189799
Black with #189799
Text Example
Text Example
White with #189799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189799; }
p { color: rgb(24,151,153); }
H1.HeaderClassName
{
color: #189799;
}
.AnyTagClassName
{
color: #189799;
}
</style>
background-color css
<style>
a { background-color: #189799; }
a { background-color: rgb(24,151,153); }
div.DivClassName
{
background-color: #189799;
}
.BgClassName
{
background-color: #189799;
}
</style>
border-color css
<style>
span { border-color: #189799; }
span { border-color: rgb(24,151,153); }
td.TdClassName
{
border-color: #189799;
}
.TagClassName
{
border-color: #189799;
}
</style>