Shades of Java #18A29B
Tints of Java #18A29B
RGB
CMYK
RGB Variations
Color information
#18A29B (or 0x18A29B) is known color: Java. HEX triplet: 18, A2 and 9B. RGB value is (24,162,155). Sum of RGB (Red+Green+Blue) = 24+162+155=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #18A29B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A29B is #E75D64. Grayscale: #777777. Windows color (decimal): -15162725 or 10199576. OLE color: 10199576.
HSL color Cylindrical-coordinate representation of color #18A29B: hue angle of 176.96º 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 #18A29B is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 155 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.36 |
| HSL | 176.96º | 0.74% | 0.36% | - |
| HSV(B) | 176.96º | 0.85% | 0.64% | - |
| XYZ | 19.21 | 28.4 | 35.48 | - |
| YUV | 119.94 | 147.78 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 155 | 0.85 | 0 | 0.04 | 0.36 | 176.96 | 0.74 | 0.36 |
| Hex | 18 | A2 | 9B | 55 | 0 | 4 | 24 | B1 | 4A | 24 |
| Octal | 30 | 242 | 233 | 125 | 0 | 4 | 44 | 261 | 112 | 44 |
| Binary | 11000 | 10100010 | 10011011 | 1010101 | 0 | 100 | 100100 | 10110001 | 1001010 | 100100 |
Color Harmonies of #18A29B
Complementary color
Monochromatic Colors of #18A29B
Black with #18A29B
Text Example
Text Example
White with #18A29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A29B; }
p { color: rgb(24,162,155); }
H1.HeaderClassName
{
color: #18A29B;
}
.AnyTagClassName
{
color: #18A29B;
}
</style>
background-color css
<style>
a { background-color: #18A29B; }
a { background-color: rgb(24,162,155); }
div.DivClassName
{
background-color: #18A29B;
}
.BgClassName
{
background-color: #18A29B;
}
</style>
border-color css
<style>
span { border-color: #18A29B; }
span { border-color: rgb(24,162,155); }
td.TdClassName
{
border-color: #18A29B;
}
.TagClassName
{
border-color: #18A29B;
}
</style>