Shades of Java #18978D
Tints of Java #18978D
RGB
CMYK
RGB Variations
Color information
#18978D (or 0x18978D) is known color: Java. HEX triplet: 18, 97 and 8D. RGB value is (24,151,141). Sum of RGB (Red+Green+Blue) = 24+151+141=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 151 - color contains mainly: green. Hex color #18978D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18978D is #E76872. Grayscale: #6F6F6F. Windows color (decimal): -15165555 or 9279256. OLE color: 9279256.
HSL color Cylindrical-coordinate representation of color #18978D: hue angle of 175.28º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18978D is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 151 | 141 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.41 |
| HSL | 175.28º | 0.73% | 0.34% | - |
| HSV(B) | 175.28º | 0.84% | 0.59% | - |
| XYZ | 16.25 | 24.25 | 29.02 | - |
| YUV | 111.89 | 144.42 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 151 | 141 | 0.84 | 0 | 0.07 | 0.41 | 175.28 | 0.73 | 0.34 |
| Hex | 18 | 97 | 8D | 54 | 0 | 7 | 29 | AF | 49 | 22 |
| Octal | 30 | 227 | 215 | 124 | 0 | 7 | 51 | 257 | 111 | 42 |
| Binary | 11000 | 10010111 | 10001101 | 1010100 | 0 | 111 | 101001 | 10101111 | 1001001 | 100010 |
Color Harmonies of #18978D
Complementary color
Monochromatic Colors of #18978D
Black with #18978D
Text Example
Text Example
White with #18978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18978D; }
p { color: rgb(24,151,141); }
H1.HeaderClassName
{
color: #18978D;
}
.AnyTagClassName
{
color: #18978D;
}
</style>
background-color css
<style>
a { background-color: #18978D; }
a { background-color: rgb(24,151,141); }
div.DivClassName
{
background-color: #18978D;
}
.BgClassName
{
background-color: #18978D;
}
</style>
border-color css
<style>
span { border-color: #18978D; }
span { border-color: rgb(24,151,141); }
td.TdClassName
{
border-color: #18978D;
}
.TagClassName
{
border-color: #18978D;
}
</style>