Shades of Java #1E8E87
Tints of Java #1E8E87
RGB
CMYK
RGB Variations
Color information
#1E8E87 (or 0x1E8E87) is known color: Java. HEX triplet: 1E, 8E and 87. RGB value is (30,142,135). Sum of RGB (Red+Green+Blue) = 30+142+135=307 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.77% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 135 (53.12% from 255 or 43.97% from 307); Max value from RGB is 142 - color contains mainly: green. Hex color #1E8E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8E87 is #E17178. Grayscale: #6B6B6B. Windows color (decimal): -14774649 or 8883742. OLE color: 8883742.
HSL color Cylindrical-coordinate representation of color #1E8E87: hue angle of 176.25º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E8E87 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 142 | 135 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.44 |
| HSL | 176.25º | 0.65% | 0.34% | - |
| HSV(B) | 176.25º | 0.79% | 0.56% | - |
| XYZ | 14.58 | 21.37 | 26.28 | - |
| YUV | 107.71 | 143.39 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 142 | 135 | 0.79 | 0 | 0.05 | 0.44 | 176.25 | 0.65 | 0.34 |
| Hex | 1E | 8E | 87 | 4F | 0 | 5 | 2C | B0 | 41 | 22 |
| Octal | 36 | 216 | 207 | 117 | 0 | 5 | 54 | 260 | 101 | 42 |
| Binary | 11110 | 10001110 | 10000111 | 1001111 | 0 | 101 | 101100 | 10110000 | 1000001 | 100010 |
Color Harmonies of #1E8E87
Complementary color
Monochromatic Colors of #1E8E87
Black with #1E8E87
Text Example
Text Example
White with #1E8E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8E87; }
p { color: rgb(30,142,135); }
H1.HeaderClassName
{
color: #1E8E87;
}
.AnyTagClassName
{
color: #1E8E87;
}
</style>
background-color css
<style>
a { background-color: #1E8E87; }
a { background-color: rgb(30,142,135); }
div.DivClassName
{
background-color: #1E8E87;
}
.BgClassName
{
background-color: #1E8E87;
}
</style>
border-color css
<style>
span { border-color: #1E8E87; }
span { border-color: rgb(30,142,135); }
td.TdClassName
{
border-color: #1E8E87;
}
.TagClassName
{
border-color: #1E8E87;
}
</style>