Shades of Java #18A196
Tints of Java #18A196
RGB
CMYK
RGB Variations
Color information
#18A196 (or 0x18A196) is known color: Java. HEX triplet: 18, A1 and 96. RGB value is (24,161,150). Sum of RGB (Red+Green+Blue) = 24+161+150=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #18A196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A196 is #E75E69. Grayscale: #767676. Windows color (decimal): -15162986 or 9871640. OLE color: 9871640.
HSL color Cylindrical-coordinate representation of color #18A196: hue angle of 175.18º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A196 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 161 | 150 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.37 |
| HSL | 175.18º | 0.74% | 0.36% | - |
| HSV(B) | 175.18º | 0.85% | 0.63% | - |
| XYZ | 18.63 | 27.89 | 33.25 | - |
| YUV | 118.78 | 145.61 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 161 | 150 | 0.85 | 0 | 0.07 | 0.37 | 175.18 | 0.74 | 0.36 |
| Hex | 18 | A1 | 96 | 55 | 0 | 7 | 25 | AF | 4A | 24 |
| Octal | 30 | 241 | 226 | 125 | 0 | 7 | 45 | 257 | 112 | 44 |
| Binary | 11000 | 10100001 | 10010110 | 1010101 | 0 | 111 | 100101 | 10101111 | 1001010 | 100100 |
Color Harmonies of #18A196
Complementary color
Monochromatic Colors of #18A196
Black with #18A196
Text Example
Text Example
White with #18A196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A196; }
p { color: rgb(24,161,150); }
H1.HeaderClassName
{
color: #18A196;
}
.AnyTagClassName
{
color: #18A196;
}
</style>
background-color css
<style>
a { background-color: #18A196; }
a { background-color: rgb(24,161,150); }
div.DivClassName
{
background-color: #18A196;
}
.BgClassName
{
background-color: #18A196;
}
</style>
border-color css
<style>
span { border-color: #18A196; }
span { border-color: rgb(24,161,150); }
td.TdClassName
{
border-color: #18A196;
}
.TagClassName
{
border-color: #18A196;
}
</style>