Shades of Java #1EA394
Tints of Java #1EA394
RGB
CMYK
RGB Variations
Color information
#1EA394 (or 0x1EA394) is known color: Java. HEX triplet: 1E, A3 and 94. RGB value is (30,163,148). Sum of RGB (Red+Green+Blue) = 30+163+148=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 163 - color contains mainly: green. Hex color #1EA394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA394 is #E15C6B. Grayscale: #797979. Windows color (decimal): -14769260 or 9741086. OLE color: 9741086.
HSL color Cylindrical-coordinate representation of color #1EA394: hue angle of 173.23º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA394 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 163 | 148 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.36 |
| HSL | 173.23º | 0.69% | 0.38% | - |
| HSV(B) | 173.23º | 0.82% | 0.64% | - |
| XYZ | 18.98 | 28.61 | 32.54 | - |
| YUV | 121.52 | 142.94 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 163 | 148 | 0.82 | 0 | 0.09 | 0.36 | 173.23 | 0.69 | 0.38 |
| Hex | 1E | A3 | 94 | 52 | 0 | 9 | 24 | AD | 45 | 26 |
| Octal | 36 | 243 | 224 | 122 | 0 | 11 | 44 | 255 | 105 | 46 |
| Binary | 11110 | 10100011 | 10010100 | 1010010 | 0 | 1001 | 100100 | 10101101 | 1000101 | 100110 |
Color Harmonies of #1EA394
Complementary color
Monochromatic Colors of #1EA394
Black with #1EA394
Text Example
Text Example
White with #1EA394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA394; }
p { color: rgb(30,163,148); }
H1.HeaderClassName
{
color: #1EA394;
}
.AnyTagClassName
{
color: #1EA394;
}
</style>
background-color css
<style>
a { background-color: #1EA394; }
a { background-color: rgb(30,163,148); }
div.DivClassName
{
background-color: #1EA394;
}
.BgClassName
{
background-color: #1EA394;
}
</style>
border-color css
<style>
span { border-color: #1EA394; }
span { border-color: rgb(30,163,148); }
td.TdClassName
{
border-color: #1EA394;
}
.TagClassName
{
border-color: #1EA394;
}
</style>