Shades of Java #18909F
Tints of Java #18909F
RGB
CMYK
RGB Variations
Color information
#18909F (or 0x18909F) is known color: Java. HEX triplet: 18, 90 and 9F. RGB value is (24,144,159). Sum of RGB (Red+Green+Blue) = 24+144+159=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #18909F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18909F is #E76F60. Grayscale: #6D6D6D. Windows color (decimal): -15167329 or 10457112. OLE color: 10457112.
HSL color Cylindrical-coordinate representation of color #18909F: hue angle of 186.67º 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 #18909F is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 144 | 159 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.38 |
| HSL | 186.67º | 0.74% | 0.36% | - |
| HSV(B) | 186.67º | 0.85% | 0.62% | - |
| XYZ | 16.61 | 22.64 | 36.3 | - |
| YUV | 109.83 | 155.74 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 159 | 0.85 | 0.09 | 0 | 0.38 | 186.67 | 0.74 | 0.36 |
| Hex | 18 | 90 | 9F | 55 | 9 | 0 | 26 | BB | 4A | 24 |
| Octal | 30 | 220 | 237 | 125 | 11 | 0 | 46 | 273 | 112 | 44 |
| Binary | 11000 | 10010000 | 10011111 | 1010101 | 1001 | 0 | 100110 | 10111011 | 1001010 | 100100 |
Color Harmonies of #18909F
Complementary color
Monochromatic Colors of #18909F
Black with #18909F
Text Example
Text Example
White with #18909F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18909F; }
p { color: rgb(24,144,159); }
H1.HeaderClassName
{
color: #18909F;
}
.AnyTagClassName
{
color: #18909F;
}
</style>
background-color css
<style>
a { background-color: #18909F; }
a { background-color: rgb(24,144,159); }
div.DivClassName
{
background-color: #18909F;
}
.BgClassName
{
background-color: #18909F;
}
</style>
border-color css
<style>
span { border-color: #18909F; }
span { border-color: rgb(24,144,159); }
td.TdClassName
{
border-color: #18909F;
}
.TagClassName
{
border-color: #18909F;
}
</style>