Shades of Java #18A198
Tints of Java #18A198
RGB
CMYK
RGB Variations
Color information
#18A198 (or 0x18A198) is known color: Java. HEX triplet: 18, A1 and 98. RGB value is (24,161,152). Sum of RGB (Red+Green+Blue) = 24+161+152=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 161 - color contains mainly: green. Hex color #18A198 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A198 is #E75E67. Grayscale: #767676. Windows color (decimal): -15162984 or 10002712. OLE color: 10002712.
HSL color Cylindrical-coordinate representation of color #18A198: hue angle of 176.06º 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 #18A198 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 161 | 152 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.37 |
| HSL | 176.06º | 0.74% | 0.36% | - |
| HSV(B) | 176.06º | 0.85% | 0.63% | - |
| XYZ | 18.79 | 27.95 | 34.11 | - |
| YUV | 119.01 | 146.61 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 161 | 152 | 0.85 | 0 | 0.06 | 0.37 | 176.06 | 0.74 | 0.36 |
| Hex | 18 | A1 | 98 | 55 | 0 | 6 | 25 | B0 | 4A | 24 |
| Octal | 30 | 241 | 230 | 125 | 0 | 6 | 45 | 260 | 112 | 44 |
| Binary | 11000 | 10100001 | 10011000 | 1010101 | 0 | 110 | 100101 | 10110000 | 1001010 | 100100 |
Color Harmonies of #18A198
Complementary color
Monochromatic Colors of #18A198
Black with #18A198
Text Example
Text Example
White with #18A198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A198; }
p { color: rgb(24,161,152); }
H1.HeaderClassName
{
color: #18A198;
}
.AnyTagClassName
{
color: #18A198;
}
</style>
background-color css
<style>
a { background-color: #18A198; }
a { background-color: rgb(24,161,152); }
div.DivClassName
{
background-color: #18A198;
}
.BgClassName
{
background-color: #18A198;
}
</style>
border-color css
<style>
span { border-color: #18A198; }
span { border-color: rgb(24,161,152); }
td.TdClassName
{
border-color: #18A198;
}
.TagClassName
{
border-color: #18A198;
}
</style>