Shades of Java #188F90
Tints of Java #188F90
RGB
CMYK
RGB Variations
Color information
#188F90 (or 0x188F90) is known color: Java. HEX triplet: 18, 8F and 90. RGB value is (24,143,144). Sum of RGB (Red+Green+Blue) = 24+143+144=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 143 (56.25% from 255 or 45.98% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #188F90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188F90 is #E7706F. Grayscale: #6B6B6B. Windows color (decimal): -15167600 or 9473816. OLE color: 9473816.
HSL color Cylindrical-coordinate representation of color #188F90: hue angle of 180.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 #188F90 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 143 | 144 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.44 |
| HSL | 180.5º | 0.71% | 0.33% | - |
| HSV(B) | 180.5º | 0.83% | 0.56% | - |
| XYZ | 15.23 | 21.85 | 29.8 | - |
| YUV | 107.53 | 148.58 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 143 | 144 | 0.83 | 0.01 | 0 | 0.44 | 180.5 | 0.71 | 0.33 |
| Hex | 18 | 8F | 90 | 53 | 1 | 0 | 2C | B4 | 47 | 21 |
| Octal | 30 | 217 | 220 | 123 | 1 | 0 | 54 | 264 | 107 | 41 |
| Binary | 11000 | 10001111 | 10010000 | 1010011 | 1 | 0 | 101100 | 10110100 | 1000111 | 100001 |
Color Harmonies of #188F90
Complementary color
Monochromatic Colors of #188F90
Black with #188F90
Text Example
Text Example
White with #188F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188F90; }
p { color: rgb(24,143,144); }
H1.HeaderClassName
{
color: #188F90;
}
.AnyTagClassName
{
color: #188F90;
}
</style>
background-color css
<style>
a { background-color: #188F90; }
a { background-color: rgb(24,143,144); }
div.DivClassName
{
background-color: #188F90;
}
.BgClassName
{
background-color: #188F90;
}
</style>
border-color css
<style>
span { border-color: #188F90; }
span { border-color: rgb(24,143,144); }
td.TdClassName
{
border-color: #188F90;
}
.TagClassName
{
border-color: #188F90;
}
</style>