Shades of Java #188E98
Tints of Java #188E98
RGB
CMYK
RGB Variations
Color information
#188E98 (or 0x188E98) is known color: Java. HEX triplet: 18, 8E and 98. RGB value is (24,142,152). Sum of RGB (Red+Green+Blue) = 24+142+152=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #188E98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188E98 is #E77167. Grayscale: #6B6B6B. Windows color (decimal): -15167848 or 9997848. OLE color: 9997848.
HSL color Cylindrical-coordinate representation of color #188E98: hue angle of 184.69º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188E98 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 142 | 152 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.40 |
| HSL | 184.69º | 0.73% | 0.35% | - |
| HSV(B) | 184.69º | 0.84% | 0.6% | - |
| XYZ | 15.72 | 21.81 | 33.09 | - |
| YUV | 107.86 | 152.91 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 142 | 152 | 0.84 | 0.07 | 0 | 0.40 | 184.69 | 0.73 | 0.35 |
| Hex | 18 | 8E | 98 | 54 | 7 | 0 | 28 | B9 | 49 | 23 |
| Octal | 30 | 216 | 230 | 124 | 7 | 0 | 50 | 271 | 111 | 43 |
| Binary | 11000 | 10001110 | 10011000 | 1010100 | 111 | 0 | 101000 | 10111001 | 1001001 | 100011 |
Color Harmonies of #188E98
Complementary color
Monochromatic Colors of #188E98
Black with #188E98
Text Example
Text Example
White with #188E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188E98; }
p { color: rgb(24,142,152); }
H1.HeaderClassName
{
color: #188E98;
}
.AnyTagClassName
{
color: #188E98;
}
</style>
background-color css
<style>
a { background-color: #188E98; }
a { background-color: rgb(24,142,152); }
div.DivClassName
{
background-color: #188E98;
}
.BgClassName
{
background-color: #188E98;
}
</style>
border-color css
<style>
span { border-color: #188E98; }
span { border-color: rgb(24,142,152); }
td.TdClassName
{
border-color: #188E98;
}
.TagClassName
{
border-color: #188E98;
}
</style>