Shades of Java #18A596
Tints of Java #18A596
RGB
CMYK
RGB Variations
Color information
#18A596 (or 0x18A596) is known color: Java. HEX triplet: 18, A5 and 96. RGB value is (24,165,150). Sum of RGB (Red+Green+Blue) = 24+165+150=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #18A596 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A596 is #E75A69. Grayscale: #797979. Windows color (decimal): -15161962 or 9872664. OLE color: 9872664.
HSL color Cylindrical-coordinate representation of color #18A596: hue angle of 173.62º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A596 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 165 | 150 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.35 |
| HSL | 173.62º | 0.75% | 0.37% | - |
| HSV(B) | 173.62º | 0.85% | 0.65% | - |
| XYZ | 19.34 | 29.31 | 33.49 | - |
| YUV | 121.13 | 144.29 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 165 | 150 | 0.85 | 0 | 0.09 | 0.35 | 173.62 | 0.75 | 0.37 |
| Hex | 18 | A5 | 96 | 55 | 0 | 9 | 23 | AE | 4B | 25 |
| Octal | 30 | 245 | 226 | 125 | 0 | 11 | 43 | 256 | 113 | 45 |
| Binary | 11000 | 10100101 | 10010110 | 1010101 | 0 | 1001 | 100011 | 10101110 | 1001011 | 100101 |
Color Harmonies of #18A596
Complementary color
Monochromatic Colors of #18A596
Black with #18A596
Text Example
Text Example
White with #18A596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A596; }
p { color: rgb(24,165,150); }
H1.HeaderClassName
{
color: #18A596;
}
.AnyTagClassName
{
color: #18A596;
}
</style>
background-color css
<style>
a { background-color: #18A596; }
a { background-color: rgb(24,165,150); }
div.DivClassName
{
background-color: #18A596;
}
.BgClassName
{
background-color: #18A596;
}
</style>
border-color css
<style>
span { border-color: #18A596; }
span { border-color: rgb(24,165,150); }
td.TdClassName
{
border-color: #18A596;
}
.TagClassName
{
border-color: #18A596;
}
</style>