Shades of Java #188C90
Tints of Java #188C90
RGB
CMYK
RGB Variations
Color information
#188C90 (or 0x188C90) is known color: Java. HEX triplet: 18, 8C and 90. RGB value is (24,140,144). Sum of RGB (Red+Green+Blue) = 24+140+144=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #188C90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188C90 is #E7736F. Grayscale: #696969. Windows color (decimal): -15168368 or 9473048. OLE color: 9473048.
HSL color Cylindrical-coordinate representation of color #188C90: hue angle of 182º 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 #188C90 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 140 | 144 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.44 |
| HSL | 182º | 0.71% | 0.33% | - |
| HSV(B) | 182º | 0.83% | 0.56% | - |
| XYZ | 14.79 | 20.96 | 29.65 | - |
| YUV | 105.77 | 149.57 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 140 | 144 | 0.83 | 0.03 | 0 | 0.44 | 182 | 0.71 | 0.33 |
| Hex | 18 | 8C | 90 | 53 | 3 | 0 | 2C | B6 | 47 | 21 |
| Octal | 30 | 214 | 220 | 123 | 3 | 0 | 54 | 266 | 107 | 41 |
| Binary | 11000 | 10001100 | 10010000 | 1010011 | 11 | 0 | 101100 | 10110110 | 1000111 | 100001 |
Color Harmonies of #188C90
Complementary color
Monochromatic Colors of #188C90
Black with #188C90
Text Example
Text Example
White with #188C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188C90; }
p { color: rgb(24,140,144); }
H1.HeaderClassName
{
color: #188C90;
}
.AnyTagClassName
{
color: #188C90;
}
</style>
background-color css
<style>
a { background-color: #188C90; }
a { background-color: rgb(24,140,144); }
div.DivClassName
{
background-color: #188C90;
}
.BgClassName
{
background-color: #188C90;
}
</style>
border-color css
<style>
span { border-color: #188C90; }
span { border-color: rgb(24,140,144); }
td.TdClassName
{
border-color: #188C90;
}
.TagClassName
{
border-color: #188C90;
}
</style>