Shades of Java #188E90
Tints of Java #188E90
RGB
CMYK
RGB Variations
Color information
#188E90 (or 0x188E90) is known color: Java. HEX triplet: 18, 8E and 90. RGB value is (24,142,144). Sum of RGB (Red+Green+Blue) = 24+142+144=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #188E90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188E90 is #E7716F. Grayscale: #6A6A6A. Windows color (decimal): -15167856 or 9473560. OLE color: 9473560.
HSL color Cylindrical-coordinate representation of color #188E90: hue angle of 181º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188E90 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 142 | 144 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.44 |
| HSL | 181º | 0.71% | 0.33% | - |
| HSV(B) | 181º | 0.83% | 0.56% | - |
| XYZ | 15.08 | 21.55 | 29.75 | - |
| YUV | 106.95 | 148.91 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 142 | 144 | 0.83 | 0.01 | 0 | 0.44 | 181 | 0.71 | 0.33 |
| Hex | 18 | 8E | 90 | 53 | 1 | 0 | 2C | B5 | 47 | 21 |
| Octal | 30 | 216 | 220 | 123 | 1 | 0 | 54 | 265 | 107 | 41 |
| Binary | 11000 | 10001110 | 10010000 | 1010011 | 1 | 0 | 101100 | 10110101 | 1000111 | 100001 |
Color Harmonies of #188E90
Complementary color
Monochromatic Colors of #188E90
Black with #188E90
Text Example
Text Example
White with #188E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188E90; }
p { color: rgb(24,142,144); }
H1.HeaderClassName
{
color: #188E90;
}
.AnyTagClassName
{
color: #188E90;
}
</style>
background-color css
<style>
a { background-color: #188E90; }
a { background-color: rgb(24,142,144); }
div.DivClassName
{
background-color: #188E90;
}
.BgClassName
{
background-color: #188E90;
}
</style>
border-color css
<style>
span { border-color: #188E90; }
span { border-color: rgb(24,142,144); }
td.TdClassName
{
border-color: #188E90;
}
.TagClassName
{
border-color: #188E90;
}
</style>