Shades of Java #18868C
Tints of Java #18868C
RGB
CMYK
RGB Variations
Color information
#18868C (or 0x18868C) is known color: Java. HEX triplet: 18, 86 and 8C. RGB value is (24,134,140). Sum of RGB (Red+Green+Blue) = 24+134+140=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #18868C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18868C is #E77973. Grayscale: #656565. Windows color (decimal): -15169908 or 9209368. OLE color: 9209368.
HSL color Cylindrical-coordinate representation of color #18868C: hue angle of 183.1º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18868C is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 134 | 140 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.45 |
| HSL | 183.1º | 0.71% | 0.32% | - |
| HSV(B) | 183.1º | 0.83% | 0.55% | - |
| XYZ | 13.64 | 19.14 | 27.79 | - |
| YUV | 101.79 | 149.56 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 134 | 140 | 0.83 | 0.04 | 0 | 0.45 | 183.1 | 0.71 | 0.32 |
| Hex | 18 | 86 | 8C | 53 | 4 | 0 | 2D | B7 | 47 | 20 |
| Octal | 30 | 206 | 214 | 123 | 4 | 0 | 55 | 267 | 107 | 40 |
| Binary | 11000 | 10000110 | 10001100 | 1010011 | 100 | 0 | 101101 | 10110111 | 1000111 | 100000 |
Color Harmonies of #18868C
Complementary color
Monochromatic Colors of #18868C
Black with #18868C
Text Example
Text Example
White with #18868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18868C; }
p { color: rgb(24,134,140); }
H1.HeaderClassName
{
color: #18868C;
}
.AnyTagClassName
{
color: #18868C;
}
</style>
background-color css
<style>
a { background-color: #18868C; }
a { background-color: rgb(24,134,140); }
div.DivClassName
{
background-color: #18868C;
}
.BgClassName
{
background-color: #18868C;
}
</style>
border-color css
<style>
span { border-color: #18868C; }
span { border-color: rgb(24,134,140); }
td.TdClassName
{
border-color: #18868C;
}
.TagClassName
{
border-color: #18868C;
}
</style>