Shades of Java #18A192
Tints of Java #18A192
RGB
CMYK
RGB Variations
Color information
#18A192 (or 0x18A192) is known color: Java. HEX triplet: 18, A1 and 92. RGB value is (24,161,146). Sum of RGB (Red+Green+Blue) = 24+161+146=331 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.25% from 331); Green value is 161 (63.28% from 255 or 48.64% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 161 - color contains mainly: green. Hex color #18A192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A192 is #E75E6D. Grayscale: #767676. Windows color (decimal): -15162990 or 9609496. OLE color: 9609496.
HSL color Cylindrical-coordinate representation of color #18A192: hue angle of 173.43º 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 #18A192 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 161 | 146 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.37 |
| HSL | 173.43º | 0.74% | 0.36% | - |
| HSV(B) | 173.43º | 0.85% | 0.63% | - |
| XYZ | 18.31 | 27.76 | 31.59 | - |
| YUV | 118.33 | 143.61 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 161 | 146 | 0.85 | 0 | 0.09 | 0.37 | 173.43 | 0.74 | 0.36 |
| Hex | 18 | A1 | 92 | 55 | 0 | 9 | 25 | AD | 4A | 24 |
| Octal | 30 | 241 | 222 | 125 | 0 | 11 | 45 | 255 | 112 | 44 |
| Binary | 11000 | 10100001 | 10010010 | 1010101 | 0 | 1001 | 100101 | 10101101 | 1001010 | 100100 |
Color Harmonies of #18A192
Complementary color
Monochromatic Colors of #18A192
Black with #18A192
Text Example
Text Example
White with #18A192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A192; }
p { color: rgb(24,161,146); }
H1.HeaderClassName
{
color: #18A192;
}
.AnyTagClassName
{
color: #18A192;
}
</style>
background-color css
<style>
a { background-color: #18A192; }
a { background-color: rgb(24,161,146); }
div.DivClassName
{
background-color: #18A192;
}
.BgClassName
{
background-color: #18A192;
}
</style>
border-color css
<style>
span { border-color: #18A192; }
span { border-color: rgb(24,161,146); }
td.TdClassName
{
border-color: #18A192;
}
.TagClassName
{
border-color: #18A192;
}
</style>