Shades of Java #189196
Tints of Java #189196
RGB
CMYK
RGB Variations
Color information
#189196 (or 0x189196) is known color: Java. HEX triplet: 18, 91 and 96. RGB value is (24,145,150). Sum of RGB (Red+Green+Blue) = 24+145+150=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #189196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189196 is #E76E69. Grayscale: #6D6D6D. Windows color (decimal): -15167082 or 9867544. OLE color: 9867544.
HSL color Cylindrical-coordinate representation of color #189196: hue angle of 182.38º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189196 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 145 | 150 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.41 |
| HSL | 182.38º | 0.72% | 0.34% | - |
| HSV(B) | 182.38º | 0.84% | 0.59% | - |
| XYZ | 16.01 | 22.65 | 32.38 | - |
| YUV | 109.39 | 150.91 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 150 | 0.84 | 0.03 | 0 | 0.41 | 182.38 | 0.72 | 0.34 |
| Hex | 18 | 91 | 96 | 54 | 3 | 0 | 29 | B6 | 48 | 22 |
| Octal | 30 | 221 | 226 | 124 | 3 | 0 | 51 | 266 | 110 | 42 |
| Binary | 11000 | 10010001 | 10010110 | 1010100 | 11 | 0 | 101001 | 10110110 | 1001000 | 100010 |
Color Harmonies of #189196
Complementary color
Monochromatic Colors of #189196
Black with #189196
Text Example
Text Example
White with #189196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189196; }
p { color: rgb(24,145,150); }
H1.HeaderClassName
{
color: #189196;
}
.AnyTagClassName
{
color: #189196;
}
</style>
background-color css
<style>
a { background-color: #189196; }
a { background-color: rgb(24,145,150); }
div.DivClassName
{
background-color: #189196;
}
.BgClassName
{
background-color: #189196;
}
</style>
border-color css
<style>
span { border-color: #189196; }
span { border-color: rgb(24,145,150); }
td.TdClassName
{
border-color: #189196;
}
.TagClassName
{
border-color: #189196;
}
</style>