Shades of Java #18918D
Tints of Java #18918D
RGB
CMYK
RGB Variations
Color information
#18918D (or 0x18918D) is known color: Java. HEX triplet: 18, 91 and 8D. RGB value is (24,145,141). Sum of RGB (Red+Green+Blue) = 24+145+141=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #18918D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18918D is #E76E72. Grayscale: #6C6C6C. Windows color (decimal): -15167091 or 9277720. OLE color: 9277720.
HSL color Cylindrical-coordinate representation of color #18918D: hue angle of 178.02º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18918D is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 145 | 141 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.43 |
| HSL | 178.02º | 0.72% | 0.33% | - |
| HSV(B) | 178.02º | 0.83% | 0.57% | - |
| XYZ | 15.31 | 22.37 | 28.71 | - |
| YUV | 108.37 | 146.41 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 141 | 0.83 | 0 | 0.03 | 0.43 | 178.02 | 0.72 | 0.33 |
| Hex | 18 | 91 | 8D | 53 | 0 | 3 | 2B | B2 | 48 | 21 |
| Octal | 30 | 221 | 215 | 123 | 0 | 3 | 53 | 262 | 110 | 41 |
| Binary | 11000 | 10010001 | 10001101 | 1010011 | 0 | 11 | 101011 | 10110010 | 1001000 | 100001 |
Color Harmonies of #18918D
Complementary color
Monochromatic Colors of #18918D
Black with #18918D
Text Example
Text Example
White with #18918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18918D; }
p { color: rgb(24,145,141); }
H1.HeaderClassName
{
color: #18918D;
}
.AnyTagClassName
{
color: #18918D;
}
</style>
background-color css
<style>
a { background-color: #18918D; }
a { background-color: rgb(24,145,141); }
div.DivClassName
{
background-color: #18918D;
}
.BgClassName
{
background-color: #18918D;
}
</style>
border-color css
<style>
span { border-color: #18918D; }
span { border-color: rgb(24,145,141); }
td.TdClassName
{
border-color: #18918D;
}
.TagClassName
{
border-color: #18918D;
}
</style>