Shades of Java #189495
Tints of Java #189495
RGB
CMYK
RGB Variations
Color information
#189495 (or 0x189495) is known color: Java. HEX triplet: 18, 94 and 95. RGB value is (24,148,149). Sum of RGB (Red+Green+Blue) = 24+148+149=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #189495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189495 is #E76B6A. Grayscale: #6E6E6E. Windows color (decimal): -15166315 or 9802776. OLE color: 9802776.
HSL color Cylindrical-coordinate representation of color #189495: hue angle of 180.48º 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 #189495 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 148 | 149 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.42 |
| HSL | 180.48º | 0.72% | 0.34% | - |
| HSV(B) | 180.48º | 0.84% | 0.58% | - |
| XYZ | 16.39 | 23.54 | 32.11 | - |
| YUV | 111.04 | 149.42 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 148 | 149 | 0.84 | 0.01 | 0 | 0.42 | 180.48 | 0.72 | 0.34 |
| Hex | 18 | 94 | 95 | 54 | 1 | 0 | 2A | B4 | 48 | 22 |
| Octal | 30 | 224 | 225 | 124 | 1 | 0 | 52 | 264 | 110 | 42 |
| Binary | 11000 | 10010100 | 10010101 | 1010100 | 1 | 0 | 101010 | 10110100 | 1001000 | 100010 |
Color Harmonies of #189495
Complementary color
Monochromatic Colors of #189495
Black with #189495
Text Example
Text Example
White with #189495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189495; }
p { color: rgb(24,148,149); }
H1.HeaderClassName
{
color: #189495;
}
.AnyTagClassName
{
color: #189495;
}
</style>
background-color css
<style>
a { background-color: #189495; }
a { background-color: rgb(24,148,149); }
div.DivClassName
{
background-color: #189495;
}
.BgClassName
{
background-color: #189495;
}
</style>
border-color css
<style>
span { border-color: #189495; }
span { border-color: rgb(24,148,149); }
td.TdClassName
{
border-color: #189495;
}
.TagClassName
{
border-color: #189495;
}
</style>