Shades of Java #18988C
Tints of Java #18988C
RGB
CMYK
RGB Variations
Color information
#18988C (or 0x18988C) is known color: Java. HEX triplet: 18, 98 and 8C. RGB value is (24,152,140). Sum of RGB (Red+Green+Blue) = 24+152+140=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #18988C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18988C is #E76773. Grayscale: #707070. Windows color (decimal): -15165300 or 9213976. OLE color: 9213976.
HSL color Cylindrical-coordinate representation of color #18988C: hue angle of 174.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 #18988C is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 152 | 140 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.40 |
| HSL | 174.38º | 0.73% | 0.35% | - |
| HSV(B) | 174.38º | 0.84% | 0.6% | - |
| XYZ | 16.34 | 24.54 | 28.69 | - |
| YUV | 112.36 | 143.59 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 152 | 140 | 0.84 | 0 | 0.08 | 0.40 | 174.38 | 0.73 | 0.35 |
| Hex | 18 | 98 | 8C | 54 | 0 | 8 | 28 | AE | 49 | 23 |
| Octal | 30 | 230 | 214 | 124 | 0 | 10 | 50 | 256 | 111 | 43 |
| Binary | 11000 | 10011000 | 10001100 | 1010100 | 0 | 1000 | 101000 | 10101110 | 1001001 | 100011 |
Color Harmonies of #18988C
Complementary color
Monochromatic Colors of #18988C
Black with #18988C
Text Example
Text Example
White with #18988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18988C; }
p { color: rgb(24,152,140); }
H1.HeaderClassName
{
color: #18988C;
}
.AnyTagClassName
{
color: #18988C;
}
</style>
background-color css
<style>
a { background-color: #18988C; }
a { background-color: rgb(24,152,140); }
div.DivClassName
{
background-color: #18988C;
}
.BgClassName
{
background-color: #18988C;
}
</style>
border-color css
<style>
span { border-color: #18988C; }
span { border-color: rgb(24,152,140); }
td.TdClassName
{
border-color: #18988C;
}
.TagClassName
{
border-color: #18988C;
}
</style>