Shades of Java #189194
Tints of Java #189194
RGB
CMYK
RGB Variations
Color information
#189194 (or 0x189194) is known color: Java. HEX triplet: 18, 91 and 94. RGB value is (24,145,148). Sum of RGB (Red+Green+Blue) = 24+145+148=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #189194 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189194 is #E76E6B. Grayscale: #6D6D6D. Windows color (decimal): -15167084 or 9736472. OLE color: 9736472.
HSL color Cylindrical-coordinate representation of color #189194: hue angle of 181.45º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189194 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 145 | 148 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.42 |
| HSL | 181.45º | 0.72% | 0.34% | - |
| HSV(B) | 181.45º | 0.84% | 0.58% | - |
| XYZ | 15.85 | 22.58 | 31.54 | - |
| YUV | 109.16 | 149.91 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 148 | 0.84 | 0.02 | 0 | 0.42 | 181.45 | 0.72 | 0.34 |
| Hex | 18 | 91 | 94 | 54 | 2 | 0 | 2A | B5 | 48 | 22 |
| Octal | 30 | 221 | 224 | 124 | 2 | 0 | 52 | 265 | 110 | 42 |
| Binary | 11000 | 10010001 | 10010100 | 1010100 | 10 | 0 | 101010 | 10110101 | 1001000 | 100010 |
Color Harmonies of #189194
Complementary color
Monochromatic Colors of #189194
Black with #189194
Text Example
Text Example
White with #189194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189194; }
p { color: rgb(24,145,148); }
H1.HeaderClassName
{
color: #189194;
}
.AnyTagClassName
{
color: #189194;
}
</style>
background-color css
<style>
a { background-color: #189194; }
a { background-color: rgb(24,145,148); }
div.DivClassName
{
background-color: #189194;
}
.BgClassName
{
background-color: #189194;
}
</style>
border-color css
<style>
span { border-color: #189194; }
span { border-color: rgb(24,145,148); }
td.TdClassName
{
border-color: #189194;
}
.TagClassName
{
border-color: #189194;
}
</style>