Shades of Java #189597
Tints of Java #189597
RGB
CMYK
RGB Variations
Color information
#189597 (or 0x189597) is known color: Java. HEX triplet: 18, 95 and 97. RGB value is (24,149,151). Sum of RGB (Red+Green+Blue) = 24+149+151=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 151 (59.38% from 255 or 46.60% from 324); Max value from RGB is 151 - color contains mainly: blue. Hex color #189597 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189597 is #E76A68. Grayscale: #6F6F6F. Windows color (decimal): -15166057 or 9934104. OLE color: 9934104.
HSL color Cylindrical-coordinate representation of color #189597: hue angle of 180.94º degrees, saturation: 0.73, 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 #189597 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 149 | 151 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.41 |
| HSL | 180.94º | 0.73% | 0.34% | - |
| HSV(B) | 180.94º | 0.84% | 0.59% | - |
| XYZ | 16.71 | 23.92 | 33.02 | - |
| YUV | 111.85 | 150.09 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 151 | 0.84 | 0.01 | 0 | 0.41 | 180.94 | 0.73 | 0.34 |
| Hex | 18 | 95 | 97 | 54 | 1 | 0 | 29 | B5 | 49 | 22 |
| Octal | 30 | 225 | 227 | 124 | 1 | 0 | 51 | 265 | 111 | 42 |
| Binary | 11000 | 10010101 | 10010111 | 1010100 | 1 | 0 | 101001 | 10110101 | 1001001 | 100010 |
Color Harmonies of #189597
Complementary color
Monochromatic Colors of #189597
Black with #189597
Text Example
Text Example
White with #189597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189597; }
p { color: rgb(24,149,151); }
H1.HeaderClassName
{
color: #189597;
}
.AnyTagClassName
{
color: #189597;
}
</style>
background-color css
<style>
a { background-color: #189597; }
a { background-color: rgb(24,149,151); }
div.DivClassName
{
background-color: #189597;
}
.BgClassName
{
background-color: #189597;
}
</style>
border-color css
<style>
span { border-color: #189597; }
span { border-color: rgb(24,149,151); }
td.TdClassName
{
border-color: #189597;
}
.TagClassName
{
border-color: #189597;
}
</style>