Shades of Java #18999E
Tints of Java #18999E
RGB
CMYK
RGB Variations
Color information
#18999E (or 0x18999E) is known color: Java. HEX triplet: 18, 99 and 9E. RGB value is (24,153,158). Sum of RGB (Red+Green+Blue) = 24+153+158=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #18999E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18999E is #E76661. Grayscale: #727272. Windows color (decimal): -15165026 or 10393880. OLE color: 10393880.
HSL color Cylindrical-coordinate representation of color #18999E: hue angle of 182.24º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18999E is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 153 | 158 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.38 |
| HSL | 182.24º | 0.74% | 0.36% | - |
| HSV(B) | 182.24º | 0.85% | 0.62% | - |
| XYZ | 17.94 | 25.45 | 36.31 | - |
| YUV | 115 | 152.26 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 153 | 158 | 0.85 | 0.03 | 0 | 0.38 | 182.24 | 0.74 | 0.36 |
| Hex | 18 | 99 | 9E | 55 | 3 | 0 | 26 | B6 | 4A | 24 |
| Octal | 30 | 231 | 236 | 125 | 3 | 0 | 46 | 266 | 112 | 44 |
| Binary | 11000 | 10011001 | 10011110 | 1010101 | 11 | 0 | 100110 | 10110110 | 1001010 | 100100 |
Color Harmonies of #18999E
Complementary color
Monochromatic Colors of #18999E
Black with #18999E
Text Example
Text Example
White with #18999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18999E; }
p { color: rgb(24,153,158); }
H1.HeaderClassName
{
color: #18999E;
}
.AnyTagClassName
{
color: #18999E;
}
</style>
background-color css
<style>
a { background-color: #18999E; }
a { background-color: rgb(24,153,158); }
div.DivClassName
{
background-color: #18999E;
}
.BgClassName
{
background-color: #18999E;
}
</style>
border-color css
<style>
span { border-color: #18999E; }
span { border-color: rgb(24,153,158); }
td.TdClassName
{
border-color: #18999E;
}
.TagClassName
{
border-color: #18999E;
}
</style>