Shades of Java #188C89
Tints of Java #188C89
RGB
CMYK
RGB Variations
Color information
#188C89 (or 0x188C89) is known color: Java. HEX triplet: 18, 8C and 89. RGB value is (24,140,137). Sum of RGB (Red+Green+Blue) = 24+140+137=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 140 - color contains mainly: green. Hex color #188C89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188C89 is #E77376. Grayscale: #686868. Windows color (decimal): -15168375 or 9014296. OLE color: 9014296.
HSL color Cylindrical-coordinate representation of color #188C89: hue angle of 178.45º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188C89 is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 140 | 137 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.45 |
| HSL | 178.45º | 0.71% | 0.32% | - |
| HSV(B) | 178.45º | 0.83% | 0.55% | - |
| XYZ | 14.27 | 20.76 | 26.92 | - |
| YUV | 104.97 | 146.07 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 140 | 137 | 0.83 | 0 | 0.02 | 0.45 | 178.45 | 0.71 | 0.32 |
| Hex | 18 | 8C | 89 | 53 | 0 | 2 | 2D | B2 | 47 | 20 |
| Octal | 30 | 214 | 211 | 123 | 0 | 2 | 55 | 262 | 107 | 40 |
| Binary | 11000 | 10001100 | 10001001 | 1010011 | 0 | 10 | 101101 | 10110010 | 1000111 | 100000 |
Color Harmonies of #188C89
Complementary color
Monochromatic Colors of #188C89
Black with #188C89
Text Example
Text Example
White with #188C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188C89; }
p { color: rgb(24,140,137); }
H1.HeaderClassName
{
color: #188C89;
}
.AnyTagClassName
{
color: #188C89;
}
</style>
background-color css
<style>
a { background-color: #188C89; }
a { background-color: rgb(24,140,137); }
div.DivClassName
{
background-color: #188C89;
}
.BgClassName
{
background-color: #188C89;
}
</style>
border-color css
<style>
span { border-color: #188C89; }
span { border-color: rgb(24,140,137); }
td.TdClassName
{
border-color: #188C89;
}
.TagClassName
{
border-color: #188C89;
}
</style>