Shades of Java #188D93
Tints of Java #188D93
RGB
CMYK
RGB Variations
Color information
#188D93 (or 0x188D93) is known color: Java. HEX triplet: 18, 8D and 93. RGB value is (24,141,147). Sum of RGB (Red+Green+Blue) = 24+141+147=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #188D93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188D93 is #E7726C. Grayscale: #6A6A6A. Windows color (decimal): -15168109 or 9669912. OLE color: 9669912.
HSL color Cylindrical-coordinate representation of color #188D93: hue angle of 182.93º 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 #188D93 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 141 | 147 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.42 |
| HSL | 182.93º | 0.72% | 0.34% | - |
| HSV(B) | 182.93º | 0.84% | 0.58% | - |
| XYZ | 15.17 | 21.35 | 30.93 | - |
| YUV | 106.7 | 150.74 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 141 | 147 | 0.84 | 0.04 | 0 | 0.42 | 182.93 | 0.72 | 0.34 |
| Hex | 18 | 8D | 93 | 54 | 4 | 0 | 2A | B7 | 48 | 22 |
| Octal | 30 | 215 | 223 | 124 | 4 | 0 | 52 | 267 | 110 | 42 |
| Binary | 11000 | 10001101 | 10010011 | 1010100 | 100 | 0 | 101010 | 10110111 | 1001000 | 100010 |
Color Harmonies of #188D93
Complementary color
Monochromatic Colors of #188D93
Black with #188D93
Text Example
Text Example
White with #188D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188D93; }
p { color: rgb(24,141,147); }
H1.HeaderClassName
{
color: #188D93;
}
.AnyTagClassName
{
color: #188D93;
}
</style>
background-color css
<style>
a { background-color: #188D93; }
a { background-color: rgb(24,141,147); }
div.DivClassName
{
background-color: #188D93;
}
.BgClassName
{
background-color: #188D93;
}
</style>
border-color css
<style>
span { border-color: #188D93; }
span { border-color: rgb(24,141,147); }
td.TdClassName
{
border-color: #188D93;
}
.TagClassName
{
border-color: #188D93;
}
</style>