Shades of Java #188892
Tints of Java #188892
RGB
CMYK
RGB Variations
Color information
#188892 (or 0x188892) is known color: Java. HEX triplet: 18, 88 and 92. RGB value is (24,136,146). Sum of RGB (Red+Green+Blue) = 24+136+146=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #188892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188892 is #E7776D. Grayscale: #676767. Windows color (decimal): -15169390 or 9603096. OLE color: 9603096.
HSL color Cylindrical-coordinate representation of color #188892: hue angle of 184.92º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188892 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 136 | 146 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.43 |
| HSL | 184.92º | 0.72% | 0.33% | - |
| HSV(B) | 184.92º | 0.84% | 0.57% | - |
| XYZ | 14.37 | 19.88 | 30.27 | - |
| YUV | 103.65 | 151.89 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 146 | 0.84 | 0.07 | 0 | 0.43 | 184.92 | 0.72 | 0.33 |
| Hex | 18 | 88 | 92 | 54 | 7 | 0 | 2B | B9 | 48 | 21 |
| Octal | 30 | 210 | 222 | 124 | 7 | 0 | 53 | 271 | 110 | 41 |
| Binary | 11000 | 10001000 | 10010010 | 1010100 | 111 | 0 | 101011 | 10111001 | 1001000 | 100001 |
Color Harmonies of #188892
Complementary color
Monochromatic Colors of #188892
Black with #188892
Text Example
Text Example
White with #188892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188892; }
p { color: rgb(24,136,146); }
H1.HeaderClassName
{
color: #188892;
}
.AnyTagClassName
{
color: #188892;
}
</style>
background-color css
<style>
a { background-color: #188892; }
a { background-color: rgb(24,136,146); }
div.DivClassName
{
background-color: #188892;
}
.BgClassName
{
background-color: #188892;
}
</style>
border-color css
<style>
span { border-color: #188892; }
span { border-color: rgb(24,136,146); }
td.TdClassName
{
border-color: #188892;
}
.TagClassName
{
border-color: #188892;
}
</style>