Shades of Java #18998D
Tints of Java #18998D
RGB
CMYK
RGB Variations
Color information
#18998D (or 0x18998D) is known color: Java. HEX triplet: 18, 99 and 8D. RGB value is (24,153,141). Sum of RGB (Red+Green+Blue) = 24+153+141=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #18998D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18998D is #E76672. Grayscale: #707070. Windows color (decimal): -15165043 or 9279768. OLE color: 9279768.
HSL color Cylindrical-coordinate representation of color #18998D: hue angle of 174.42º 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 #18998D is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 24 | 153 | 141 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.4 |
| HSL | 174.42º | 0.73% | 0.35% | - |
| HSV(B) | 174.42º | 0.84% | 0.6% | - |
| XYZ | 16.58 | 24.9 | 29.13 | - |
| YUV | 113.06 | 143.76 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 153 | 141 | 0.84 | 0 | 0.08 | 0.4 | 174.42 | 0.73 | 0.35 |
| Hex | 18 | 99 | 8D | 54 | 0 | 8 | 28 | AE | 49 | 23 |
| Octal | 30 | 231 | 215 | 124 | 0 | 10 | 50 | 256 | 111 | 43 |
| Binary | 11000 | 10011001 | 10001101 | 1010100 | 0 | 1000 | 101000 | 10101110 | 1001001 | 100011 |
Color Harmonies of #18998D
Complementary color
Monochromatic Colors of #18998D
Black with #18998D
Text Example
Text Example
White with #18998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18998D; }
p { color: rgb(24,153,141); }
H1.HeaderClassName
{
color: #18998D;
}
.AnyTagClassName
{
color: #18998D;
}
</style>
background-color css
<style>
a { background-color: #18998D; }
a { background-color: rgb(24,153,141); }
div.DivClassName
{
background-color: #18998D;
}
.BgClassName
{
background-color: #18998D;
}
</style>
border-color css
<style>
span { border-color: #18998D; }
span { border-color: rgb(24,153,141); }
td.TdClassName
{
border-color: #18998D;
}
.TagClassName
{
border-color: #18998D;
}
</style>