Shades of Java #18998C
Tints of Java #18998C
RGB
CMYK
RGB Variations
Color information
#18998C (or 0x18998C) is known color: Java. HEX triplet: 18, 99 and 8C. RGB value is (24,153,140). Sum of RGB (Red+Green+Blue) = 24+153+140=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #18998C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18998C is #E76673. Grayscale: #707070. Windows color (decimal): -15165044 or 9214232. OLE color: 9214232.
HSL color Cylindrical-coordinate representation of color #18998C: hue angle of 173.95º 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 #18998C is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 24 | 153 | 140 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.4 |
| HSL | 173.95º | 0.73% | 0.35% | - |
| HSV(B) | 173.95º | 0.84% | 0.6% | - |
| XYZ | 16.5 | 24.87 | 28.74 | - |
| YUV | 112.95 | 143.26 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 153 | 140 | 0.84 | 0 | 0.08 | 0.4 | 173.95 | 0.73 | 0.35 |
| Hex | 18 | 99 | 8C | 54 | 0 | 8 | 28 | AE | 49 | 23 |
| Octal | 30 | 231 | 214 | 124 | 0 | 10 | 50 | 256 | 111 | 43 |
| Binary | 11000 | 10011001 | 10001100 | 1010100 | 0 | 1000 | 101000 | 10101110 | 1001001 | 100011 |
Color Harmonies of #18998C
Complementary color
Monochromatic Colors of #18998C
Black with #18998C
Text Example
Text Example
White with #18998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18998C; }
p { color: rgb(24,153,140); }
H1.HeaderClassName
{
color: #18998C;
}
.AnyTagClassName
{
color: #18998C;
}
</style>
background-color css
<style>
a { background-color: #18998C; }
a { background-color: rgb(24,153,140); }
div.DivClassName
{
background-color: #18998C;
}
.BgClassName
{
background-color: #18998C;
}
</style>
border-color css
<style>
span { border-color: #18998C; }
span { border-color: rgb(24,153,140); }
td.TdClassName
{
border-color: #18998C;
}
.TagClassName
{
border-color: #18998C;
}
</style>