Shades of Java #18A2A1
Tints of Java #18A2A1
RGB
CMYK
RGB Variations
Color information
#18A2A1 (or 0x18A2A1) is known color: Java. HEX triplet: 18, A2 and A1. RGB value is (24,162,161). Sum of RGB (Red+Green+Blue) = 24+162+161=347 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.92% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 161 (63.28% from 255 or 46.40% from 347); Max value from RGB is 162 - color contains mainly: green. Hex color #18A2A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A2A1 is #E75D5E. Grayscale: #787878. Windows color (decimal): -15162719 or 10592792. OLE color: 10592792.
HSL color Cylindrical-coordinate representation of color #18A2A1: hue angle of 179.57º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A2A1 is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 161 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.36 |
| HSL | 179.57º | 0.74% | 0.36% | - |
| HSV(B) | 179.57º | 0.85% | 0.64% | - |
| XYZ | 19.73 | 28.61 | 38.2 | - |
| YUV | 120.62 | 150.78 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 161 | 0.85 | 0 | 0.01 | 0.36 | 179.57 | 0.74 | 0.36 |
| Hex | 18 | A2 | A1 | 55 | 0 | 1 | 24 | B4 | 4A | 24 |
| Octal | 30 | 242 | 241 | 125 | 0 | 1 | 44 | 264 | 112 | 44 |
| Binary | 11000 | 10100010 | 10100001 | 1010101 | 0 | 1 | 100100 | 10110100 | 1001010 | 100100 |
Color Harmonies of #18A2A1
Complementary color
Monochromatic Colors of #18A2A1
Black with #18A2A1
Text Example
Text Example
White with #18A2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A2A1; }
p { color: rgb(24,162,161); }
H1.HeaderClassName
{
color: #18A2A1;
}
.AnyTagClassName
{
color: #18A2A1;
}
</style>
background-color css
<style>
a { background-color: #18A2A1; }
a { background-color: rgb(24,162,161); }
div.DivClassName
{
background-color: #18A2A1;
}
.BgClassName
{
background-color: #18A2A1;
}
</style>
border-color css
<style>
span { border-color: #18A2A1; }
span { border-color: rgb(24,162,161); }
td.TdClassName
{
border-color: #18A2A1;
}
.TagClassName
{
border-color: #18A2A1;
}
</style>