Shades of Java #188D9B
Tints of Java #188D9B
RGB
CMYK
RGB Variations
Color information
#188D9B (or 0x188D9B) is known color: Java. HEX triplet: 18, 8D and 9B. RGB value is (24,141,155). Sum of RGB (Red+Green+Blue) = 24+141+155=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #188D9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188D9B is #E77264. Grayscale: #6B6B6B. Windows color (decimal): -15168101 or 10194200. OLE color: 10194200.
HSL color Cylindrical-coordinate representation of color #188D9B: hue angle of 186.41º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #188D9B is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 141 | 155 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.39 |
| HSL | 186.41º | 0.73% | 0.35% | - |
| HSV(B) | 186.41º | 0.85% | 0.61% | - |
| XYZ | 15.82 | 21.61 | 34.35 | - |
| YUV | 107.61 | 154.74 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 141 | 155 | 0.85 | 0.09 | 0 | 0.39 | 186.41 | 0.73 | 0.35 |
| Hex | 18 | 8D | 9B | 55 | 9 | 0 | 27 | BA | 49 | 23 |
| Octal | 30 | 215 | 233 | 125 | 11 | 0 | 47 | 272 | 111 | 43 |
| Binary | 11000 | 10001101 | 10011011 | 1010101 | 1001 | 0 | 100111 | 10111010 | 1001001 | 100011 |
Color Harmonies of #188D9B
Complementary color
Monochromatic Colors of #188D9B
Black with #188D9B
Text Example
Text Example
White with #188D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188D9B; }
p { color: rgb(24,141,155); }
H1.HeaderClassName
{
color: #188D9B;
}
.AnyTagClassName
{
color: #188D9B;
}
</style>
background-color css
<style>
a { background-color: #188D9B; }
a { background-color: rgb(24,141,155); }
div.DivClassName
{
background-color: #188D9B;
}
.BgClassName
{
background-color: #188D9B;
}
</style>
border-color css
<style>
span { border-color: #188D9B; }
span { border-color: rgb(24,141,155); }
td.TdClassName
{
border-color: #188D9B;
}
.TagClassName
{
border-color: #188D9B;
}
</style>