Shades of Java #189693
Tints of Java #189693
RGB
CMYK
RGB Variations
Color information
#189693 (or 0x189693) is known color: Java. HEX triplet: 18, 96 and 93. RGB value is (24,150,147). Sum of RGB (Red+Green+Blue) = 24+150+147=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 150 - color contains mainly: green. Hex color #189693 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189693 is #E7696C. Grayscale: #6F6F6F. Windows color (decimal): -15165805 or 9672216. OLE color: 9672216.
HSL color Cylindrical-coordinate representation of color #189693: hue angle of 178.57º 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 #189693 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 150 | 147 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.41 |
| HSL | 178.57º | 0.72% | 0.34% | - |
| HSV(B) | 178.57º | 0.84% | 0.59% | - |
| XYZ | 16.55 | 24.11 | 31.39 | - |
| YUV | 111.98 | 147.76 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 150 | 147 | 0.84 | 0 | 0.02 | 0.41 | 178.57 | 0.72 | 0.34 |
| Hex | 18 | 96 | 93 | 54 | 0 | 2 | 29 | B3 | 48 | 22 |
| Octal | 30 | 226 | 223 | 124 | 0 | 2 | 51 | 263 | 110 | 42 |
| Binary | 11000 | 10010110 | 10010011 | 1010100 | 0 | 10 | 101001 | 10110011 | 1001000 | 100010 |
Color Harmonies of #189693
Complementary color
Monochromatic Colors of #189693
Black with #189693
Text Example
Text Example
White with #189693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189693; }
p { color: rgb(24,150,147); }
H1.HeaderClassName
{
color: #189693;
}
.AnyTagClassName
{
color: #189693;
}
</style>
background-color css
<style>
a { background-color: #189693; }
a { background-color: rgb(24,150,147); }
div.DivClassName
{
background-color: #189693;
}
.BgClassName
{
background-color: #189693;
}
</style>
border-color css
<style>
span { border-color: #189693; }
span { border-color: rgb(24,150,147); }
td.TdClassName
{
border-color: #189693;
}
.TagClassName
{
border-color: #189693;
}
</style>