Shades of Java #18A093
Tints of Java #18A093
RGB
CMYK
RGB Variations
Color information
#18A093 (or 0x18A093) is known color: Java. HEX triplet: 18, A0 and 93. RGB value is (24,160,147). Sum of RGB (Red+Green+Blue) = 24+160+147=331 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.25% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #18A093 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A093 is #E75F6C. Grayscale: #757575. Windows color (decimal): -15163245 or 9674776. OLE color: 9674776.
HSL color Cylindrical-coordinate representation of color #18A093: hue angle of 174.26º 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 #18A093 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 160 | 147 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.37 |
| HSL | 174.26º | 0.74% | 0.36% | - |
| HSV(B) | 174.26º | 0.85% | 0.63% | - |
| XYZ | 18.21 | 27.44 | 31.94 | - |
| YUV | 117.85 | 144.44 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 160 | 147 | 0.85 | 0 | 0.08 | 0.37 | 174.26 | 0.74 | 0.36 |
| Hex | 18 | A0 | 93 | 55 | 0 | 8 | 25 | AE | 4A | 24 |
| Octal | 30 | 240 | 223 | 125 | 0 | 10 | 45 | 256 | 112 | 44 |
| Binary | 11000 | 10100000 | 10010011 | 1010101 | 0 | 1000 | 100101 | 10101110 | 1001010 | 100100 |
Color Harmonies of #18A093
Complementary color
Monochromatic Colors of #18A093
Black with #18A093
Text Example
Text Example
White with #18A093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A093; }
p { color: rgb(24,160,147); }
H1.HeaderClassName
{
color: #18A093;
}
.AnyTagClassName
{
color: #18A093;
}
</style>
background-color css
<style>
a { background-color: #18A093; }
a { background-color: rgb(24,160,147); }
div.DivClassName
{
background-color: #18A093;
}
.BgClassName
{
background-color: #18A093;
}
</style>
border-color css
<style>
span { border-color: #18A093; }
span { border-color: rgb(24,160,147); }
td.TdClassName
{
border-color: #18A093;
}
.TagClassName
{
border-color: #18A093;
}
</style>