Shades of Java #188694
Tints of Java #188694
RGB
CMYK
RGB Variations
Color information
#188694 (or 0x188694) is known color: Java. HEX triplet: 18, 86 and 94. RGB value is (24,134,148). Sum of RGB (Red+Green+Blue) = 24+134+148=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #188694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188694 is #E7796B. Grayscale: #666666. Windows color (decimal): -15169900 or 9733656. OLE color: 9733656.
HSL color Cylindrical-coordinate representation of color #188694: hue angle of 186.77º 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 #188694 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 134 | 148 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.42 |
| HSL | 186.77º | 0.72% | 0.34% | - |
| HSV(B) | 186.77º | 0.84% | 0.58% | - |
| XYZ | 14.25 | 19.38 | 31.01 | - |
| YUV | 102.71 | 153.56 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 134 | 148 | 0.84 | 0.09 | 0 | 0.42 | 186.77 | 0.72 | 0.34 |
| Hex | 18 | 86 | 94 | 54 | 9 | 0 | 2A | BB | 48 | 22 |
| Octal | 30 | 206 | 224 | 124 | 11 | 0 | 52 | 273 | 110 | 42 |
| Binary | 11000 | 10000110 | 10010100 | 1010100 | 1001 | 0 | 101010 | 10111011 | 1001000 | 100010 |
Color Harmonies of #188694
Complementary color
Monochromatic Colors of #188694
Black with #188694
Text Example
Text Example
White with #188694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188694; }
p { color: rgb(24,134,148); }
H1.HeaderClassName
{
color: #188694;
}
.AnyTagClassName
{
color: #188694;
}
</style>
background-color css
<style>
a { background-color: #188694; }
a { background-color: rgb(24,134,148); }
div.DivClassName
{
background-color: #188694;
}
.BgClassName
{
background-color: #188694;
}
</style>
border-color css
<style>
span { border-color: #188694; }
span { border-color: rgb(24,134,148); }
td.TdClassName
{
border-color: #188694;
}
.TagClassName
{
border-color: #188694;
}
</style>