Shades of Java #18968C
Tints of Java #18968C
RGB
CMYK
RGB Variations
Color information
#18968C (or 0x18968C) is known color: Java. HEX triplet: 18, 96 and 8C. RGB value is (24,150,140). Sum of RGB (Red+Green+Blue) = 24+150+140=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #18968C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18968C is #E76973. Grayscale: #6F6F6F. Windows color (decimal): -15165812 or 9213464. OLE color: 9213464.
HSL color Cylindrical-coordinate representation of color #18968C: hue angle of 175.24º 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 #18968C is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 150 | 140 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.41 |
| HSL | 175.24º | 0.72% | 0.34% | - |
| HSV(B) | 175.24º | 0.84% | 0.59% | - |
| XYZ | 16.02 | 23.9 | 28.58 | - |
| YUV | 111.19 | 144.26 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 150 | 140 | 0.84 | 0 | 0.07 | 0.41 | 175.24 | 0.72 | 0.34 |
| Hex | 18 | 96 | 8C | 54 | 0 | 7 | 29 | AF | 48 | 22 |
| Octal | 30 | 226 | 214 | 124 | 0 | 7 | 51 | 257 | 110 | 42 |
| Binary | 11000 | 10010110 | 10001100 | 1010100 | 0 | 111 | 101001 | 10101111 | 1001000 | 100010 |
Color Harmonies of #18968C
Complementary color
Monochromatic Colors of #18968C
Black with #18968C
Text Example
Text Example
White with #18968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18968C; }
p { color: rgb(24,150,140); }
H1.HeaderClassName
{
color: #18968C;
}
.AnyTagClassName
{
color: #18968C;
}
</style>
background-color css
<style>
a { background-color: #18968C; }
a { background-color: rgb(24,150,140); }
div.DivClassName
{
background-color: #18968C;
}
.BgClassName
{
background-color: #18968C;
}
</style>
border-color css
<style>
span { border-color: #18968C; }
span { border-color: rgb(24,150,140); }
td.TdClassName
{
border-color: #18968C;
}
.TagClassName
{
border-color: #18968C;
}
</style>