Shades of Java #189189
Tints of Java #189189
RGB
CMYK
RGB Variations
Color information
#189189 (or 0x189189) is known color: Java. HEX triplet: 18, 91 and 89. RGB value is (24,145,137). Sum of RGB (Red+Green+Blue) = 24+145+137=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #189189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189189 is #E76E76. Grayscale: #6B6B6B. Windows color (decimal): -15167095 or 9015576. OLE color: 9015576.
HSL color Cylindrical-coordinate representation of color #189189: hue angle of 176.03º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #189189 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 145 | 137 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.43 |
| HSL | 176.03º | 0.72% | 0.33% | - |
| HSV(B) | 176.03º | 0.83% | 0.57% | - |
| XYZ | 15.02 | 22.25 | 27.17 | - |
| YUV | 107.91 | 144.41 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 137 | 0.83 | 0 | 0.06 | 0.43 | 176.03 | 0.72 | 0.33 |
| Hex | 18 | 91 | 89 | 53 | 0 | 6 | 2B | B0 | 48 | 21 |
| Octal | 30 | 221 | 211 | 123 | 0 | 6 | 53 | 260 | 110 | 41 |
| Binary | 11000 | 10010001 | 10001001 | 1010011 | 0 | 110 | 101011 | 10110000 | 1001000 | 100001 |
Color Harmonies of #189189
Complementary color
Monochromatic Colors of #189189
Black with #189189
Text Example
Text Example
White with #189189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189189; }
p { color: rgb(24,145,137); }
H1.HeaderClassName
{
color: #189189;
}
.AnyTagClassName
{
color: #189189;
}
</style>
background-color css
<style>
a { background-color: #189189; }
a { background-color: rgb(24,145,137); }
div.DivClassName
{
background-color: #189189;
}
.BgClassName
{
background-color: #189189;
}
</style>
border-color css
<style>
span { border-color: #189189; }
span { border-color: rgb(24,145,137); }
td.TdClassName
{
border-color: #189189;
}
.TagClassName
{
border-color: #189189;
}
</style>