Shades of Java #18A08F
Tints of Java #18A08F
RGB
CMYK
RGB Variations
Color information
#18A08F (or 0x18A08F) is known color: Java. HEX triplet: 18, A0 and 8F. RGB value is (24,160,143). Sum of RGB (Red+Green+Blue) = 24+160+143=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 160 (62.89% from 255 or 48.93% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 160 - color contains mainly: green. Hex color #18A08F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A08F is #E75F70. Grayscale: #757575. Windows color (decimal): -15163249 or 9412632. OLE color: 9412632.
HSL color Cylindrical-coordinate representation of color #18A08F: hue angle of 172.5º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A08F is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 160 | 143 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.37 |
| HSL | 172.5º | 0.74% | 0.36% | - |
| HSV(B) | 172.5º | 0.85% | 0.63% | - |
| XYZ | 17.91 | 27.32 | 30.32 | - |
| YUV | 117.4 | 142.44 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 160 | 143 | 0.85 | 0 | 0.11 | 0.37 | 172.5 | 0.74 | 0.36 |
| Hex | 18 | A0 | 8F | 55 | 0 | B | 25 | AC | 4A | 24 |
| Octal | 30 | 240 | 217 | 125 | 0 | 13 | 45 | 254 | 112 | 44 |
| Binary | 11000 | 10100000 | 10001111 | 1010101 | 0 | 1011 | 100101 | 10101100 | 1001010 | 100100 |
Color Harmonies of #18A08F
Complementary color
Monochromatic Colors of #18A08F
Black with #18A08F
Text Example
Text Example
White with #18A08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A08F; }
p { color: rgb(24,160,143); }
H1.HeaderClassName
{
color: #18A08F;
}
.AnyTagClassName
{
color: #18A08F;
}
</style>
background-color css
<style>
a { background-color: #18A08F; }
a { background-color: rgb(24,160,143); }
div.DivClassName
{
background-color: #18A08F;
}
.BgClassName
{
background-color: #18A08F;
}
</style>
border-color css
<style>
span { border-color: #18A08F; }
span { border-color: rgb(24,160,143); }
td.TdClassName
{
border-color: #18A08F;
}
.TagClassName
{
border-color: #18A08F;
}
</style>