Shades of Java #18998B
Tints of Java #18998B
RGB
CMYK
RGB Variations
Color information
#18998B (or 0x18998B) is known color: Java. HEX triplet: 18, 99 and 8B. RGB value is (24,153,139). Sum of RGB (Red+Green+Blue) = 24+153+139=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #18998B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18998B is #E76674. Grayscale: #707070. Windows color (decimal): -15165045 or 9148696. OLE color: 9148696.
HSL color Cylindrical-coordinate representation of color #18998B: hue angle of 173.49º 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 #18998B is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 24 | 153 | 139 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.4 |
| HSL | 173.49º | 0.73% | 0.35% | - |
| HSV(B) | 173.49º | 0.84% | 0.6% | - |
| XYZ | 16.43 | 24.84 | 28.35 | - |
| YUV | 112.83 | 142.76 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 153 | 139 | 0.84 | 0 | 0.09 | 0.4 | 173.49 | 0.73 | 0.35 |
| Hex | 18 | 99 | 8B | 54 | 0 | 9 | 28 | AD | 49 | 23 |
| Octal | 30 | 231 | 213 | 124 | 0 | 11 | 50 | 255 | 111 | 43 |
| Binary | 11000 | 10011001 | 10001011 | 1010100 | 0 | 1001 | 101000 | 10101101 | 1001001 | 100011 |
Color Harmonies of #18998B
Complementary color
Monochromatic Colors of #18998B
Black with #18998B
Text Example
Text Example
White with #18998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18998B; }
p { color: rgb(24,153,139); }
H1.HeaderClassName
{
color: #18998B;
}
.AnyTagClassName
{
color: #18998B;
}
</style>
background-color css
<style>
a { background-color: #18998B; }
a { background-color: rgb(24,153,139); }
div.DivClassName
{
background-color: #18998B;
}
.BgClassName
{
background-color: #18998B;
}
</style>
border-color css
<style>
span { border-color: #18998B; }
span { border-color: rgb(24,153,139); }
td.TdClassName
{
border-color: #18998B;
}
.TagClassName
{
border-color: #18998B;
}
</style>