Shades of Java #18A39B
Tints of Java #18A39B
RGB
CMYK
RGB Variations
Color information
#18A39B (or 0x18A39B) is known color: Java. HEX triplet: 18, A3 and 9B. RGB value is (24,163,155). Sum of RGB (Red+Green+Blue) = 24+163+155=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 163 - color contains mainly: green. Hex color #18A39B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A39B is #E75C64. Grayscale: #787878. Windows color (decimal): -15162469 or 10199832. OLE color: 10199832.
HSL color Cylindrical-coordinate representation of color #18A39B: hue angle of 176.55º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A39B is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 163 | 155 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.36 |
| HSL | 176.55º | 0.74% | 0.37% | - |
| HSV(B) | 176.55º | 0.85% | 0.64% | - |
| XYZ | 19.39 | 28.76 | 35.54 | - |
| YUV | 120.53 | 147.45 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 163 | 155 | 0.85 | 0 | 0.05 | 0.36 | 176.55 | 0.74 | 0.37 |
| Hex | 18 | A3 | 9B | 55 | 0 | 5 | 24 | B1 | 4A | 25 |
| Octal | 30 | 243 | 233 | 125 | 0 | 5 | 44 | 261 | 112 | 45 |
| Binary | 11000 | 10100011 | 10011011 | 1010101 | 0 | 101 | 100100 | 10110001 | 1001010 | 100101 |
Color Harmonies of #18A39B
Complementary color
Monochromatic Colors of #18A39B
Black with #18A39B
Text Example
Text Example
White with #18A39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A39B; }
p { color: rgb(24,163,155); }
H1.HeaderClassName
{
color: #18A39B;
}
.AnyTagClassName
{
color: #18A39B;
}
</style>
background-color css
<style>
a { background-color: #18A39B; }
a { background-color: rgb(24,163,155); }
div.DivClassName
{
background-color: #18A39B;
}
.BgClassName
{
background-color: #18A39B;
}
</style>
border-color css
<style>
span { border-color: #18A39B; }
span { border-color: rgb(24,163,155); }
td.TdClassName
{
border-color: #18A39B;
}
.TagClassName
{
border-color: #18A39B;
}
</style>