Shades of Java #18928E
Tints of Java #18928E
RGB
CMYK
RGB Variations
Color information
#18928E (or 0x18928E) is known color: Java. HEX triplet: 18, 92 and 8E. RGB value is (24,146,142). Sum of RGB (Red+Green+Blue) = 24+146+142=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #18928E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18928E is #E76D71. Grayscale: #6C6C6C. Windows color (decimal): -15166834 or 9343512. OLE color: 9343512.
HSL color Cylindrical-coordinate representation of color #18928E: hue angle of 178.03º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18928E is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 146 | 142 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.43 |
| HSL | 178.03º | 0.72% | 0.33% | - |
| HSV(B) | 178.03º | 0.84% | 0.57% | - |
| XYZ | 15.54 | 22.7 | 29.15 | - |
| YUV | 109.07 | 146.58 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 142 | 0.84 | 0 | 0.03 | 0.43 | 178.03 | 0.72 | 0.33 |
| Hex | 18 | 92 | 8E | 54 | 0 | 3 | 2B | B2 | 48 | 21 |
| Octal | 30 | 222 | 216 | 124 | 0 | 3 | 53 | 262 | 110 | 41 |
| Binary | 11000 | 10010010 | 10001110 | 1010100 | 0 | 11 | 101011 | 10110010 | 1001000 | 100001 |
Color Harmonies of #18928E
Complementary color
Monochromatic Colors of #18928E
Black with #18928E
Text Example
Text Example
White with #18928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18928E; }
p { color: rgb(24,146,142); }
H1.HeaderClassName
{
color: #18928E;
}
.AnyTagClassName
{
color: #18928E;
}
</style>
background-color css
<style>
a { background-color: #18928E; }
a { background-color: rgb(24,146,142); }
div.DivClassName
{
background-color: #18928E;
}
.BgClassName
{
background-color: #18928E;
}
</style>
border-color css
<style>
span { border-color: #18928E; }
span { border-color: rgb(24,146,142); }
td.TdClassName
{
border-color: #18928E;
}
.TagClassName
{
border-color: #18928E;
}
</style>