Shades of Java #188D9C
Tints of Java #188D9C
RGB
CMYK
RGB Variations
Color information
#188D9C (or 0x188D9C) is known color: Java. HEX triplet: 18, 8D and 9C. RGB value is (24,141,156). Sum of RGB (Red+Green+Blue) = 24+141+156=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #188D9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188D9C is #E77263. Grayscale: #6B6B6B. Windows color (decimal): -15168100 or 10259736. OLE color: 10259736.
HSL color Cylindrical-coordinate representation of color #188D9C: hue angle of 186.82º 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 #188D9C is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 141 | 156 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.39 |
| HSL | 186.82º | 0.73% | 0.35% | - |
| HSV(B) | 186.82º | 0.85% | 0.61% | - |
| XYZ | 15.9 | 21.64 | 34.79 | - |
| YUV | 107.73 | 155.24 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 141 | 156 | 0.85 | 0.10 | 0 | 0.39 | 186.82 | 0.73 | 0.35 |
| Hex | 18 | 8D | 9C | 55 | A | 0 | 27 | BB | 49 | 23 |
| Octal | 30 | 215 | 234 | 125 | 12 | 0 | 47 | 273 | 111 | 43 |
| Binary | 11000 | 10001101 | 10011100 | 1010101 | 1010 | 0 | 100111 | 10111011 | 1001001 | 100011 |
Color Harmonies of #188D9C
Complementary color
Monochromatic Colors of #188D9C
Black with #188D9C
Text Example
Text Example
White with #188D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188D9C; }
p { color: rgb(24,141,156); }
H1.HeaderClassName
{
color: #188D9C;
}
.AnyTagClassName
{
color: #188D9C;
}
</style>
background-color css
<style>
a { background-color: #188D9C; }
a { background-color: rgb(24,141,156); }
div.DivClassName
{
background-color: #188D9C;
}
.BgClassName
{
background-color: #188D9C;
}
</style>
border-color css
<style>
span { border-color: #188D9C; }
span { border-color: rgb(24,141,156); }
td.TdClassName
{
border-color: #188D9C;
}
.TagClassName
{
border-color: #188D9C;
}
</style>