Shades of Java #18A092
Tints of Java #18A092
RGB
CMYK
RGB Variations
Color information
#18A092 (or 0x18A092) is known color: Java. HEX triplet: 18, A0 and 92. RGB value is (24,160,146). Sum of RGB (Red+Green+Blue) = 24+160+146=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 160 - color contains mainly: green. Hex color #18A092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A092 is #E75F6D. Grayscale: #757575. Windows color (decimal): -15163246 or 9609240. OLE color: 9609240.
HSL color Cylindrical-coordinate representation of color #18A092: hue angle of 173.82º 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 #18A092 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 160 | 146 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.37 |
| HSL | 173.82º | 0.74% | 0.36% | - |
| HSV(B) | 173.82º | 0.85% | 0.63% | - |
| XYZ | 18.14 | 27.41 | 31.53 | - |
| YUV | 117.74 | 143.94 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 160 | 146 | 0.85 | 0 | 0.09 | 0.37 | 173.82 | 0.74 | 0.36 |
| Hex | 18 | A0 | 92 | 55 | 0 | 9 | 25 | AE | 4A | 24 |
| Octal | 30 | 240 | 222 | 125 | 0 | 11 | 45 | 256 | 112 | 44 |
| Binary | 11000 | 10100000 | 10010010 | 1010101 | 0 | 1001 | 100101 | 10101110 | 1001010 | 100100 |
Color Harmonies of #18A092
Complementary color
Monochromatic Colors of #18A092
Black with #18A092
Text Example
Text Example
White with #18A092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A092; }
p { color: rgb(24,160,146); }
H1.HeaderClassName
{
color: #18A092;
}
.AnyTagClassName
{
color: #18A092;
}
</style>
background-color css
<style>
a { background-color: #18A092; }
a { background-color: rgb(24,160,146); }
div.DivClassName
{
background-color: #18A092;
}
.BgClassName
{
background-color: #18A092;
}
</style>
border-color css
<style>
span { border-color: #18A092; }
span { border-color: rgb(24,160,146); }
td.TdClassName
{
border-color: #18A092;
}
.TagClassName
{
border-color: #18A092;
}
</style>