Shades of Java #18898D
Tints of Java #18898D
RGB
CMYK
RGB Variations
Color information
#18898D (or 0x18898D) is known color: Java. HEX triplet: 18, 89 and 8D. RGB value is (24,137,141). Sum of RGB (Red+Green+Blue) = 24+137+141=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #18898D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18898D is #E77672. Grayscale: #676767. Windows color (decimal): -15169139 or 9275672. OLE color: 9275672.
HSL color Cylindrical-coordinate representation of color #18898D: hue angle of 182.05º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18898D is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 137 | 141 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.45 |
| HSL | 182.05º | 0.71% | 0.32% | - |
| HSV(B) | 182.05º | 0.83% | 0.55% | - |
| XYZ | 14.13 | 20.01 | 28.32 | - |
| YUV | 103.67 | 149.06 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 141 | 0.83 | 0.03 | 0 | 0.45 | 182.05 | 0.71 | 0.32 |
| Hex | 18 | 89 | 8D | 53 | 3 | 0 | 2D | B6 | 47 | 20 |
| Octal | 30 | 211 | 215 | 123 | 3 | 0 | 55 | 266 | 107 | 40 |
| Binary | 11000 | 10001001 | 10001101 | 1010011 | 11 | 0 | 101101 | 10110110 | 1000111 | 100000 |
Color Harmonies of #18898D
Complementary color
Monochromatic Colors of #18898D
Black with #18898D
Text Example
Text Example
White with #18898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18898D; }
p { color: rgb(24,137,141); }
H1.HeaderClassName
{
color: #18898D;
}
.AnyTagClassName
{
color: #18898D;
}
</style>
background-color css
<style>
a { background-color: #18898D; }
a { background-color: rgb(24,137,141); }
div.DivClassName
{
background-color: #18898D;
}
.BgClassName
{
background-color: #18898D;
}
</style>
border-color css
<style>
span { border-color: #18898D; }
span { border-color: rgb(24,137,141); }
td.TdClassName
{
border-color: #18898D;
}
.TagClassName
{
border-color: #18898D;
}
</style>