Shades of Java #189896
Tints of Java #189896
RGB
CMYK
RGB Variations
Color information
#189896 (or 0x189896) is known color: Java. HEX triplet: 18, 98 and 96. RGB value is (24,152,150). Sum of RGB (Red+Green+Blue) = 24+152+150=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #189896 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189896 is #E76769. Grayscale: #717171. Windows color (decimal): -15165290 or 9869336. OLE color: 9869336.
HSL color Cylindrical-coordinate representation of color #189896: hue angle of 179.06º 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 #189896 is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 152 | 150 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.40 |
| HSL | 179.06º | 0.73% | 0.35% | - |
| HSV(B) | 179.06º | 0.84% | 0.6% | - |
| XYZ | 17.11 | 24.85 | 32.75 | - |
| YUV | 113.5 | 148.59 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 152 | 150 | 0.84 | 0 | 0.01 | 0.40 | 179.06 | 0.73 | 0.35 |
| Hex | 18 | 98 | 96 | 54 | 0 | 1 | 28 | B3 | 49 | 23 |
| Octal | 30 | 230 | 226 | 124 | 0 | 1 | 50 | 263 | 111 | 43 |
| Binary | 11000 | 10011000 | 10010110 | 1010100 | 0 | 1 | 101000 | 10110011 | 1001001 | 100011 |
Color Harmonies of #189896
Complementary color
Monochromatic Colors of #189896
Black with #189896
Text Example
Text Example
White with #189896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189896; }
p { color: rgb(24,152,150); }
H1.HeaderClassName
{
color: #189896;
}
.AnyTagClassName
{
color: #189896;
}
</style>
background-color css
<style>
a { background-color: #189896; }
a { background-color: rgb(24,152,150); }
div.DivClassName
{
background-color: #189896;
}
.BgClassName
{
background-color: #189896;
}
</style>
border-color css
<style>
span { border-color: #189896; }
span { border-color: rgb(24,152,150); }
td.TdClassName
{
border-color: #189896;
}
.TagClassName
{
border-color: #189896;
}
</style>