Shades of Java #188D9F
Tints of Java #188D9F
RGB
CMYK
RGB Variations
Color information
#188D9F (or 0x188D9F) is known color: Java. HEX triplet: 18, 8D and 9F. RGB value is (24,141,159). Sum of RGB (Red+Green+Blue) = 24+141+159=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #188D9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188D9F is #E77260. Grayscale: #6B6B6B. Windows color (decimal): -15168097 or 10456344. OLE color: 10456344.
HSL color Cylindrical-coordinate representation of color #188D9F: hue angle of 188º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #188D9F is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 141 | 159 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.38 |
| HSL | 188º | 0.74% | 0.36% | - |
| HSV(B) | 188º | 0.85% | 0.62% | - |
| XYZ | 16.16 | 21.75 | 36.15 | - |
| YUV | 108.07 | 156.74 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 141 | 159 | 0.85 | 0.11 | 0 | 0.38 | 188 | 0.74 | 0.36 |
| Hex | 18 | 8D | 9F | 55 | B | 0 | 26 | BC | 4A | 24 |
| Octal | 30 | 215 | 237 | 125 | 13 | 0 | 46 | 274 | 112 | 44 |
| Binary | 11000 | 10001101 | 10011111 | 1010101 | 1011 | 0 | 100110 | 10111100 | 1001010 | 100100 |
Color Harmonies of #188D9F
Complementary color
Monochromatic Colors of #188D9F
Black with #188D9F
Text Example
Text Example
White with #188D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188D9F; }
p { color: rgb(24,141,159); }
H1.HeaderClassName
{
color: #188D9F;
}
.AnyTagClassName
{
color: #188D9F;
}
</style>
background-color css
<style>
a { background-color: #188D9F; }
a { background-color: rgb(24,141,159); }
div.DivClassName
{
background-color: #188D9F;
}
.BgClassName
{
background-color: #188D9F;
}
</style>
border-color css
<style>
span { border-color: #188D9F; }
span { border-color: rgb(24,141,159); }
td.TdClassName
{
border-color: #188D9F;
}
.TagClassName
{
border-color: #188D9F;
}
</style>