Shades of Java #189B91
Tints of Java #189B91
RGB
CMYK
RGB Variations
Color information
#189B91 (or 0x189B91) is known color: Java. HEX triplet: 18, 9B and 91. RGB value is (24,155,145). Sum of RGB (Red+Green+Blue) = 24+155+145=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #189B91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189B91 is #E7646E. Grayscale: #727272. Windows color (decimal): -15164527 or 9542424. OLE color: 9542424.
HSL color Cylindrical-coordinate representation of color #189B91: hue angle of 175.42º 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 #189B91 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 155 | 145 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.39 |
| HSL | 175.42º | 0.73% | 0.35% | - |
| HSV(B) | 175.42º | 0.85% | 0.61% | - |
| XYZ | 17.21 | 25.68 | 30.84 | - |
| YUV | 114.69 | 145.1 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 155 | 145 | 0.85 | 0 | 0.06 | 0.39 | 175.42 | 0.73 | 0.35 |
| Hex | 18 | 9B | 91 | 55 | 0 | 6 | 27 | AF | 49 | 23 |
| Octal | 30 | 233 | 221 | 125 | 0 | 6 | 47 | 257 | 111 | 43 |
| Binary | 11000 | 10011011 | 10010001 | 1010101 | 0 | 110 | 100111 | 10101111 | 1001001 | 100011 |
Color Harmonies of #189B91
Complementary color
Monochromatic Colors of #189B91
Black with #189B91
Text Example
Text Example
White with #189B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189B91; }
p { color: rgb(24,155,145); }
H1.HeaderClassName
{
color: #189B91;
}
.AnyTagClassName
{
color: #189B91;
}
</style>
background-color css
<style>
a { background-color: #189B91; }
a { background-color: rgb(24,155,145); }
div.DivClassName
{
background-color: #189B91;
}
.BgClassName
{
background-color: #189B91;
}
</style>
border-color css
<style>
span { border-color: #189B91; }
span { border-color: rgb(24,155,145); }
td.TdClassName
{
border-color: #189B91;
}
.TagClassName
{
border-color: #189B91;
}
</style>