Shades of Java #18928D
Tints of Java #18928D
RGB
CMYK
RGB Variations
Color information
#18928D (or 0x18928D) is known color: Java. HEX triplet: 18, 92 and 8D. RGB value is (24,146,141). Sum of RGB (Red+Green+Blue) = 24+146+141=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #18928D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18928D is #E76D72. Grayscale: #6C6C6C. Windows color (decimal): -15166835 or 9277976. OLE color: 9277976.
HSL color Cylindrical-coordinate representation of color #18928D: hue angle of 177.54º 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 #18928D is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 146 | 141 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.43 |
| HSL | 177.54º | 0.72% | 0.33% | - |
| HSV(B) | 177.54º | 0.84% | 0.57% | - |
| XYZ | 15.46 | 22.68 | 28.76 | - |
| YUV | 108.95 | 146.08 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 141 | 0.84 | 0 | 0.03 | 0.43 | 177.54 | 0.72 | 0.33 |
| Hex | 18 | 92 | 8D | 54 | 0 | 3 | 2B | B2 | 48 | 21 |
| Octal | 30 | 222 | 215 | 124 | 0 | 3 | 53 | 262 | 110 | 41 |
| Binary | 11000 | 10010010 | 10001101 | 1010100 | 0 | 11 | 101011 | 10110010 | 1001000 | 100001 |
Color Harmonies of #18928D
Complementary color
Monochromatic Colors of #18928D
Black with #18928D
Text Example
Text Example
White with #18928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18928D; }
p { color: rgb(24,146,141); }
H1.HeaderClassName
{
color: #18928D;
}
.AnyTagClassName
{
color: #18928D;
}
</style>
background-color css
<style>
a { background-color: #18928D; }
a { background-color: rgb(24,146,141); }
div.DivClassName
{
background-color: #18928D;
}
.BgClassName
{
background-color: #18928D;
}
</style>
border-color css
<style>
span { border-color: #18928D; }
span { border-color: rgb(24,146,141); }
td.TdClassName
{
border-color: #18928D;
}
.TagClassName
{
border-color: #18928D;
}
</style>