Shades of Java #188F94
Tints of Java #188F94
RGB
CMYK
RGB Variations
Color information
#188F94 (or 0x188F94) is known color: Java. HEX triplet: 18, 8F and 94. RGB value is (24,143,148). Sum of RGB (Red+Green+Blue) = 24+143+148=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #188F94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188F94 is #E7706B. Grayscale: #6B6B6B. Windows color (decimal): -15167596 or 9735960. OLE color: 9735960.
HSL color Cylindrical-coordinate representation of color #188F94: hue angle of 182.42º 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 #188F94 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 143 | 148 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.42 |
| HSL | 182.42º | 0.72% | 0.34% | - |
| HSV(B) | 182.42º | 0.84% | 0.58% | - |
| XYZ | 15.54 | 21.98 | 31.44 | - |
| YUV | 107.99 | 150.58 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 143 | 148 | 0.84 | 0.03 | 0 | 0.42 | 182.42 | 0.72 | 0.34 |
| Hex | 18 | 8F | 94 | 54 | 3 | 0 | 2A | B6 | 48 | 22 |
| Octal | 30 | 217 | 224 | 124 | 3 | 0 | 52 | 266 | 110 | 42 |
| Binary | 11000 | 10001111 | 10010100 | 1010100 | 11 | 0 | 101010 | 10110110 | 1001000 | 100010 |
Color Harmonies of #188F94
Complementary color
Monochromatic Colors of #188F94
Black with #188F94
Text Example
Text Example
White with #188F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188F94; }
p { color: rgb(24,143,148); }
H1.HeaderClassName
{
color: #188F94;
}
.AnyTagClassName
{
color: #188F94;
}
</style>
background-color css
<style>
a { background-color: #188F94; }
a { background-color: rgb(24,143,148); }
div.DivClassName
{
background-color: #188F94;
}
.BgClassName
{
background-color: #188F94;
}
</style>
border-color css
<style>
span { border-color: #188F94; }
span { border-color: rgb(24,143,148); }
td.TdClassName
{
border-color: #188F94;
}
.TagClassName
{
border-color: #188F94;
}
</style>