Shades of Java #188B90
Tints of Java #188B90
RGB
CMYK
RGB Variations
Color information
#188B90 (or 0x188B90) is known color: Java. HEX triplet: 18, 8B and 90. RGB value is (24,139,144). Sum of RGB (Red+Green+Blue) = 24+139+144=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #188B90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188B90 is #E7746F. Grayscale: #696969. Windows color (decimal): -15168624 or 9472792. OLE color: 9472792.
HSL color Cylindrical-coordinate representation of color #188B90: hue angle of 182.5º 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 #188B90 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 139 | 144 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.44 |
| HSL | 182.5º | 0.71% | 0.33% | - |
| HSV(B) | 182.5º | 0.83% | 0.56% | - |
| XYZ | 14.64 | 20.67 | 29.6 | - |
| YUV | 105.19 | 149.9 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 139 | 144 | 0.83 | 0.03 | 0 | 0.44 | 182.5 | 0.71 | 0.33 |
| Hex | 18 | 8B | 90 | 53 | 3 | 0 | 2C | B6 | 47 | 21 |
| Octal | 30 | 213 | 220 | 123 | 3 | 0 | 54 | 266 | 107 | 41 |
| Binary | 11000 | 10001011 | 10010000 | 1010011 | 11 | 0 | 101100 | 10110110 | 1000111 | 100001 |
Color Harmonies of #188B90
Complementary color
Monochromatic Colors of #188B90
Black with #188B90
Text Example
Text Example
White with #188B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188B90; }
p { color: rgb(24,139,144); }
H1.HeaderClassName
{
color: #188B90;
}
.AnyTagClassName
{
color: #188B90;
}
</style>
background-color css
<style>
a { background-color: #188B90; }
a { background-color: rgb(24,139,144); }
div.DivClassName
{
background-color: #188B90;
}
.BgClassName
{
background-color: #188B90;
}
</style>
border-color css
<style>
span { border-color: #188B90; }
span { border-color: rgb(24,139,144); }
td.TdClassName
{
border-color: #188B90;
}
.TagClassName
{
border-color: #188B90;
}
</style>