Shades of Java #18968D
Tints of Java #18968D
RGB
CMYK
RGB Variations
Color information
#18968D (or 0x18968D) is known color: Java. HEX triplet: 18, 96 and 8D. RGB value is (24,150,141). Sum of RGB (Red+Green+Blue) = 24+150+141=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #18968D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18968D is #E76972. Grayscale: #6F6F6F. Windows color (decimal): -15165811 or 9279000. OLE color: 9279000.
HSL color Cylindrical-coordinate representation of color #18968D: hue angle of 175.71º degrees, saturation: 0.72, 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 #18968D is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 150 | 141 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.41 |
| HSL | 175.71º | 0.72% | 0.34% | - |
| HSV(B) | 175.71º | 0.84% | 0.59% | - |
| XYZ | 16.09 | 23.93 | 28.97 | - |
| YUV | 111.3 | 144.76 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 150 | 141 | 0.84 | 0 | 0.06 | 0.41 | 175.71 | 0.72 | 0.34 |
| Hex | 18 | 96 | 8D | 54 | 0 | 6 | 29 | B0 | 48 | 22 |
| Octal | 30 | 226 | 215 | 124 | 0 | 6 | 51 | 260 | 110 | 42 |
| Binary | 11000 | 10010110 | 10001101 | 1010100 | 0 | 110 | 101001 | 10110000 | 1001000 | 100010 |
Color Harmonies of #18968D
Complementary color
Monochromatic Colors of #18968D
Black with #18968D
Text Example
Text Example
White with #18968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18968D; }
p { color: rgb(24,150,141); }
H1.HeaderClassName
{
color: #18968D;
}
.AnyTagClassName
{
color: #18968D;
}
</style>
background-color css
<style>
a { background-color: #18968D; }
a { background-color: rgb(24,150,141); }
div.DivClassName
{
background-color: #18968D;
}
.BgClassName
{
background-color: #18968D;
}
</style>
border-color css
<style>
span { border-color: #18968D; }
span { border-color: rgb(24,150,141); }
td.TdClassName
{
border-color: #18968D;
}
.TagClassName
{
border-color: #18968D;
}
</style>