Shades of Java #18A39C
Tints of Java #18A39C
RGB
CMYK
RGB Variations
Color information
#18A39C (or 0x18A39C) is known color: Java. HEX triplet: 18, A3 and 9C. RGB value is (24,163,156). Sum of RGB (Red+Green+Blue) = 24+163+156=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 163 - color contains mainly: green. Hex color #18A39C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A39C is #E75C63. Grayscale: #787878. Windows color (decimal): -15162468 or 10265368. OLE color: 10265368.
HSL color Cylindrical-coordinate representation of color #18A39C: hue angle of 176.98º 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 #18A39C is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 163 | 156 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.36 |
| HSL | 176.98º | 0.74% | 0.37% | - |
| HSV(B) | 176.98º | 0.85% | 0.64% | - |
| XYZ | 19.47 | 28.79 | 35.98 | - |
| YUV | 120.64 | 147.95 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 163 | 156 | 0.85 | 0 | 0.04 | 0.36 | 176.98 | 0.74 | 0.37 |
| Hex | 18 | A3 | 9C | 55 | 0 | 4 | 24 | B1 | 4A | 25 |
| Octal | 30 | 243 | 234 | 125 | 0 | 4 | 44 | 261 | 112 | 45 |
| Binary | 11000 | 10100011 | 10011100 | 1010101 | 0 | 100 | 100100 | 10110001 | 1001010 | 100101 |
Color Harmonies of #18A39C
Complementary color
Monochromatic Colors of #18A39C
Black with #18A39C
Text Example
Text Example
White with #18A39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A39C; }
p { color: rgb(24,163,156); }
H1.HeaderClassName
{
color: #18A39C;
}
.AnyTagClassName
{
color: #18A39C;
}
</style>
background-color css
<style>
a { background-color: #18A39C; }
a { background-color: rgb(24,163,156); }
div.DivClassName
{
background-color: #18A39C;
}
.BgClassName
{
background-color: #18A39C;
}
</style>
border-color css
<style>
span { border-color: #18A39C; }
span { border-color: rgb(24,163,156); }
td.TdClassName
{
border-color: #18A39C;
}
.TagClassName
{
border-color: #18A39C;
}
</style>