Shades of Java #18A29D
Tints of Java #18A29D
RGB
CMYK
RGB Variations
Color information
#18A29D (or 0x18A29D) is known color: Java. HEX triplet: 18, A2 and 9D. RGB value is (24,162,157). Sum of RGB (Red+Green+Blue) = 24+162+157=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #18A29D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A29D is #E75D62. Grayscale: #787878. Windows color (decimal): -15162723 or 10330648. OLE color: 10330648.
HSL color Cylindrical-coordinate representation of color #18A29D: hue angle of 177.83º 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 #18A29D is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 157 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.36 |
| HSL | 177.83º | 0.74% | 0.36% | - |
| HSV(B) | 177.83º | 0.85% | 0.64% | - |
| XYZ | 19.38 | 28.47 | 36.37 | - |
| YUV | 120.17 | 148.78 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 157 | 0.85 | 0 | 0.03 | 0.36 | 177.83 | 0.74 | 0.36 |
| Hex | 18 | A2 | 9D | 55 | 0 | 3 | 24 | B2 | 4A | 24 |
| Octal | 30 | 242 | 235 | 125 | 0 | 3 | 44 | 262 | 112 | 44 |
| Binary | 11000 | 10100010 | 10011101 | 1010101 | 0 | 11 | 100100 | 10110010 | 1001010 | 100100 |
Color Harmonies of #18A29D
Complementary color
Monochromatic Colors of #18A29D
Black with #18A29D
Text Example
Text Example
White with #18A29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A29D; }
p { color: rgb(24,162,157); }
H1.HeaderClassName
{
color: #18A29D;
}
.AnyTagClassName
{
color: #18A29D;
}
</style>
background-color css
<style>
a { background-color: #18A29D; }
a { background-color: rgb(24,162,157); }
div.DivClassName
{
background-color: #18A29D;
}
.BgClassName
{
background-color: #18A29D;
}
</style>
border-color css
<style>
span { border-color: #18A29D; }
span { border-color: rgb(24,162,157); }
td.TdClassName
{
border-color: #18A29D;
}
.TagClassName
{
border-color: #18A29D;
}
</style>