Shades of Java #189195
Tints of Java #189195
RGB
CMYK
RGB Variations
Color information
#189195 (or 0x189195) is known color: Java. HEX triplet: 18, 91 and 95. RGB value is (24,145,149). Sum of RGB (Red+Green+Blue) = 24+145+149=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #189195 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189195 is #E76E6A. Grayscale: #6D6D6D. Windows color (decimal): -15167083 or 9802008. OLE color: 9802008.
HSL color Cylindrical-coordinate representation of color #189195: hue angle of 181.92º 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 #189195 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 145 | 149 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.42 |
| HSL | 181.92º | 0.72% | 0.34% | - |
| HSV(B) | 181.92º | 0.84% | 0.58% | - |
| XYZ | 15.93 | 22.61 | 31.96 | - |
| YUV | 109.28 | 150.41 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 149 | 0.84 | 0.03 | 0 | 0.42 | 181.92 | 0.72 | 0.34 |
| Hex | 18 | 91 | 95 | 54 | 3 | 0 | 2A | B6 | 48 | 22 |
| Octal | 30 | 221 | 225 | 124 | 3 | 0 | 52 | 266 | 110 | 42 |
| Binary | 11000 | 10010001 | 10010101 | 1010100 | 11 | 0 | 101010 | 10110110 | 1001000 | 100010 |
Color Harmonies of #189195
Complementary color
Monochromatic Colors of #189195
Black with #189195
Text Example
Text Example
White with #189195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189195; }
p { color: rgb(24,145,149); }
H1.HeaderClassName
{
color: #189195;
}
.AnyTagClassName
{
color: #189195;
}
</style>
background-color css
<style>
a { background-color: #189195; }
a { background-color: rgb(24,145,149); }
div.DivClassName
{
background-color: #189195;
}
.BgClassName
{
background-color: #189195;
}
</style>
border-color css
<style>
span { border-color: #189195; }
span { border-color: rgb(24,145,149); }
td.TdClassName
{
border-color: #189195;
}
.TagClassName
{
border-color: #189195;
}
</style>