Shades of Java #18959F
Tints of Java #18959F
RGB
CMYK
RGB Variations
Color information
#18959F (or 0x18959F) is known color: Java. HEX triplet: 18, 95 and 9F. RGB value is (24,149,159). Sum of RGB (Red+Green+Blue) = 24+149+159=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #18959F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18959F is #E76A60. Grayscale: #707070. Windows color (decimal): -15166049 or 10458392. OLE color: 10458392.
HSL color Cylindrical-coordinate representation of color #18959F: hue angle of 184.44º 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 #18959F is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 149 | 159 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.38 |
| HSL | 184.44º | 0.74% | 0.36% | - |
| HSV(B) | 184.44º | 0.85% | 0.62% | - |
| XYZ | 17.38 | 24.19 | 36.55 | - |
| YUV | 112.77 | 154.09 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 159 | 0.85 | 0.06 | 0 | 0.38 | 184.44 | 0.74 | 0.36 |
| Hex | 18 | 95 | 9F | 55 | 6 | 0 | 26 | B8 | 4A | 24 |
| Octal | 30 | 225 | 237 | 125 | 6 | 0 | 46 | 270 | 112 | 44 |
| Binary | 11000 | 10010101 | 10011111 | 1010101 | 110 | 0 | 100110 | 10111000 | 1001010 | 100100 |
Color Harmonies of #18959F
Complementary color
Monochromatic Colors of #18959F
Black with #18959F
Text Example
Text Example
White with #18959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18959F; }
p { color: rgb(24,149,159); }
H1.HeaderClassName
{
color: #18959F;
}
.AnyTagClassName
{
color: #18959F;
}
</style>
background-color css
<style>
a { background-color: #18959F; }
a { background-color: rgb(24,149,159); }
div.DivClassName
{
background-color: #18959F;
}
.BgClassName
{
background-color: #18959F;
}
</style>
border-color css
<style>
span { border-color: #18959F; }
span { border-color: rgb(24,149,159); }
td.TdClassName
{
border-color: #18959F;
}
.TagClassName
{
border-color: #18959F;
}
</style>