Shades of Java #18A099
Tints of Java #18A099
RGB
CMYK
RGB Variations
Color information
#18A099 (or 0x18A099) is known color: Java. HEX triplet: 18, A0 and 99. RGB value is (24,160,153). Sum of RGB (Red+Green+Blue) = 24+160+153=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #18A099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A099 is #E75F66. Grayscale: #767676. Windows color (decimal): -15163239 or 10067992. OLE color: 10067992.
HSL color Cylindrical-coordinate representation of color #18A099: hue angle of 176.91º 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 #18A099 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 160 | 153 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.37 |
| HSL | 176.91º | 0.74% | 0.36% | - |
| HSV(B) | 176.91º | 0.85% | 0.63% | - |
| XYZ | 18.7 | 27.64 | 34.49 | - |
| YUV | 118.54 | 147.44 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 160 | 153 | 0.85 | 0 | 0.04 | 0.37 | 176.91 | 0.74 | 0.36 |
| Hex | 18 | A0 | 99 | 55 | 0 | 4 | 25 | B1 | 4A | 24 |
| Octal | 30 | 240 | 231 | 125 | 0 | 4 | 45 | 261 | 112 | 44 |
| Binary | 11000 | 10100000 | 10011001 | 1010101 | 0 | 100 | 100101 | 10110001 | 1001010 | 100100 |
Color Harmonies of #18A099
Complementary color
Monochromatic Colors of #18A099
Black with #18A099
Text Example
Text Example
White with #18A099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A099; }
p { color: rgb(24,160,153); }
H1.HeaderClassName
{
color: #18A099;
}
.AnyTagClassName
{
color: #18A099;
}
</style>
background-color css
<style>
a { background-color: #18A099; }
a { background-color: rgb(24,160,153); }
div.DivClassName
{
background-color: #18A099;
}
.BgClassName
{
background-color: #18A099;
}
</style>
border-color css
<style>
span { border-color: #18A099; }
span { border-color: rgb(24,160,153); }
td.TdClassName
{
border-color: #18A099;
}
.TagClassName
{
border-color: #18A099;
}
</style>