Shades of Java #188A9A
Tints of Java #188A9A
RGB
CMYK
RGB Variations
Color information
#188A9A (or 0x188A9A) is known color: Java. HEX triplet: 18, 8A and 9A. RGB value is (24,138,154). Sum of RGB (Red+Green+Blue) = 24+138+154=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #188A9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188A9A is #E77565. Grayscale: #696969. Windows color (decimal): -15168870 or 10127896. OLE color: 10127896.
HSL color Cylindrical-coordinate representation of color #188A9A: hue angle of 187.38º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188A9A is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 138 | 154 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.40 |
| HSL | 187.38º | 0.73% | 0.35% | - |
| HSV(B) | 187.38º | 0.84% | 0.6% | - |
| XYZ | 15.3 | 20.7 | 33.76 | - |
| YUV | 105.74 | 155.23 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 154 | 0.84 | 0.10 | 0 | 0.40 | 187.38 | 0.73 | 0.35 |
| Hex | 18 | 8A | 9A | 54 | A | 0 | 28 | BB | 49 | 23 |
| Octal | 30 | 212 | 232 | 124 | 12 | 0 | 50 | 273 | 111 | 43 |
| Binary | 11000 | 10001010 | 10011010 | 1010100 | 1010 | 0 | 101000 | 10111011 | 1001001 | 100011 |
Color Harmonies of #188A9A
Complementary color
Monochromatic Colors of #188A9A
Black with #188A9A
Text Example
Text Example
White with #188A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188A9A; }
p { color: rgb(24,138,154); }
H1.HeaderClassName
{
color: #188A9A;
}
.AnyTagClassName
{
color: #188A9A;
}
</style>
background-color css
<style>
a { background-color: #188A9A; }
a { background-color: rgb(24,138,154); }
div.DivClassName
{
background-color: #188A9A;
}
.BgClassName
{
background-color: #188A9A;
}
</style>
border-color css
<style>
span { border-color: #188A9A; }
span { border-color: rgb(24,138,154); }
td.TdClassName
{
border-color: #188A9A;
}
.TagClassName
{
border-color: #188A9A;
}
</style>