Shades of Java #188A95
Tints of Java #188A95
RGB
CMYK
RGB Variations
Color information
#188A95 (or 0x188A95) is known color: Java. HEX triplet: 18, 8A and 95. RGB value is (24,138,149). Sum of RGB (Red+Green+Blue) = 24+138+149=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #188A95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188A95 is #E7756A. Grayscale: #696969. Windows color (decimal): -15168875 or 9800216. OLE color: 9800216.
HSL color Cylindrical-coordinate representation of color #188A95: hue angle of 185.28º 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 #188A95 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 138 | 149 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.42 |
| HSL | 185.28º | 0.72% | 0.34% | - |
| HSV(B) | 185.28º | 0.84% | 0.58% | - |
| XYZ | 14.89 | 20.54 | 31.61 | - |
| YUV | 105.17 | 152.73 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 149 | 0.84 | 0.07 | 0 | 0.42 | 185.28 | 0.72 | 0.34 |
| Hex | 18 | 8A | 95 | 54 | 7 | 0 | 2A | B9 | 48 | 22 |
| Octal | 30 | 212 | 225 | 124 | 7 | 0 | 52 | 271 | 110 | 42 |
| Binary | 11000 | 10001010 | 10010101 | 1010100 | 111 | 0 | 101010 | 10111001 | 1001000 | 100010 |
Color Harmonies of #188A95
Complementary color
Monochromatic Colors of #188A95
Black with #188A95
Text Example
Text Example
White with #188A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188A95; }
p { color: rgb(24,138,149); }
H1.HeaderClassName
{
color: #188A95;
}
.AnyTagClassName
{
color: #188A95;
}
</style>
background-color css
<style>
a { background-color: #188A95; }
a { background-color: rgb(24,138,149); }
div.DivClassName
{
background-color: #188A95;
}
.BgClassName
{
background-color: #188A95;
}
</style>
border-color css
<style>
span { border-color: #188A95; }
span { border-color: rgb(24,138,149); }
td.TdClassName
{
border-color: #188A95;
}
.TagClassName
{
border-color: #188A95;
}
</style>