Shades of Java #18878E
Tints of Java #18878E
RGB
CMYK
RGB Variations
Color information
#18878E (or 0x18878E) is known color: Java. HEX triplet: 18, 87 and 8E. RGB value is (24,135,142). Sum of RGB (Red+Green+Blue) = 24+135+142=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #18878E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18878E is #E77871. Grayscale: #666666. Windows color (decimal): -15169650 or 9340696. OLE color: 9340696.
HSL color Cylindrical-coordinate representation of color #18878E: hue angle of 183.56º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18878E is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 135 | 142 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.44 |
| HSL | 183.56º | 0.71% | 0.33% | - |
| HSV(B) | 183.56º | 0.83% | 0.56% | - |
| XYZ | 13.92 | 19.48 | 28.62 | - |
| YUV | 102.61 | 150.23 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 135 | 142 | 0.83 | 0.05 | 0 | 0.44 | 183.56 | 0.71 | 0.33 |
| Hex | 18 | 87 | 8E | 53 | 5 | 0 | 2C | B8 | 47 | 21 |
| Octal | 30 | 207 | 216 | 123 | 5 | 0 | 54 | 270 | 107 | 41 |
| Binary | 11000 | 10000111 | 10001110 | 1010011 | 101 | 0 | 101100 | 10111000 | 1000111 | 100001 |
Color Harmonies of #18878E
Complementary color
Monochromatic Colors of #18878E
Black with #18878E
Text Example
Text Example
White with #18878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18878E; }
p { color: rgb(24,135,142); }
H1.HeaderClassName
{
color: #18878E;
}
.AnyTagClassName
{
color: #18878E;
}
</style>
background-color css
<style>
a { background-color: #18878E; }
a { background-color: rgb(24,135,142); }
div.DivClassName
{
background-color: #18878E;
}
.BgClassName
{
background-color: #18878E;
}
</style>
border-color css
<style>
span { border-color: #18878E; }
span { border-color: rgb(24,135,142); }
td.TdClassName
{
border-color: #18878E;
}
.TagClassName
{
border-color: #18878E;
}
</style>