Shades of Java #18939F
Tints of Java #18939F
RGB
CMYK
RGB Variations
Color information
#18939F (or 0x18939F) is known color: Java. HEX triplet: 18, 93 and 9F. RGB value is (24,147,159). Sum of RGB (Red+Green+Blue) = 24+147+159=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #18939F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18939F is #E76C60. Grayscale: #6F6F6F. Windows color (decimal): -15166561 or 10457880. OLE color: 10457880.
HSL color Cylindrical-coordinate representation of color #18939F: hue angle of 185.33º 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 #18939F is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 147 | 159 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.38 |
| HSL | 185.33º | 0.74% | 0.36% | - |
| HSV(B) | 185.33º | 0.85% | 0.62% | - |
| XYZ | 17.07 | 23.56 | 36.45 | - |
| YUV | 111.59 | 154.75 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 147 | 159 | 0.85 | 0.08 | 0 | 0.38 | 185.33 | 0.74 | 0.36 |
| Hex | 18 | 93 | 9F | 55 | 8 | 0 | 26 | B9 | 4A | 24 |
| Octal | 30 | 223 | 237 | 125 | 10 | 0 | 46 | 271 | 112 | 44 |
| Binary | 11000 | 10010011 | 10011111 | 1010101 | 1000 | 0 | 100110 | 10111001 | 1001010 | 100100 |
Color Harmonies of #18939F
Complementary color
Monochromatic Colors of #18939F
Black with #18939F
Text Example
Text Example
White with #18939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18939F; }
p { color: rgb(24,147,159); }
H1.HeaderClassName
{
color: #18939F;
}
.AnyTagClassName
{
color: #18939F;
}
</style>
background-color css
<style>
a { background-color: #18939F; }
a { background-color: rgb(24,147,159); }
div.DivClassName
{
background-color: #18939F;
}
.BgClassName
{
background-color: #18939F;
}
</style>
border-color css
<style>
span { border-color: #18939F; }
span { border-color: rgb(24,147,159); }
td.TdClassName
{
border-color: #18939F;
}
.TagClassName
{
border-color: #18939F;
}
</style>