Shades of Java #18949E
Tints of Java #18949E
RGB
CMYK
RGB Variations
Color information
#18949E (or 0x18949E) is known color: Java. HEX triplet: 18, 94 and 9E. RGB value is (24,148,158). Sum of RGB (Red+Green+Blue) = 24+148+158=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #18949E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18949E is #E76B61. Grayscale: #6F6F6F. Windows color (decimal): -15166306 or 10392600. OLE color: 10392600.
HSL color Cylindrical-coordinate representation of color #18949E: hue angle of 184.48º 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 #18949E is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 148 | 158 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.38 |
| HSL | 184.48º | 0.74% | 0.36% | - |
| HSV(B) | 184.48º | 0.85% | 0.62% | - |
| XYZ | 17.14 | 23.84 | 36.05 | - |
| YUV | 112.06 | 153.92 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 148 | 158 | 0.85 | 0.06 | 0 | 0.38 | 184.48 | 0.74 | 0.36 |
| Hex | 18 | 94 | 9E | 55 | 6 | 0 | 26 | B8 | 4A | 24 |
| Octal | 30 | 224 | 236 | 125 | 6 | 0 | 46 | 270 | 112 | 44 |
| Binary | 11000 | 10010100 | 10011110 | 1010101 | 110 | 0 | 100110 | 10111000 | 1001010 | 100100 |
Color Harmonies of #18949E
Complementary color
Monochromatic Colors of #18949E
Black with #18949E
Text Example
Text Example
White with #18949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18949E; }
p { color: rgb(24,148,158); }
H1.HeaderClassName
{
color: #18949E;
}
.AnyTagClassName
{
color: #18949E;
}
</style>
background-color css
<style>
a { background-color: #18949E; }
a { background-color: rgb(24,148,158); }
div.DivClassName
{
background-color: #18949E;
}
.BgClassName
{
background-color: #18949E;
}
</style>
border-color css
<style>
span { border-color: #18949E; }
span { border-color: rgb(24,148,158); }
td.TdClassName
{
border-color: #18949E;
}
.TagClassName
{
border-color: #18949E;
}
</style>