Shades of Java #1EA293
Tints of Java #1EA293
RGB
CMYK
RGB Variations
Color information
#1EA293 (or 0x1EA293) is known color: Java. HEX triplet: 1E, A2 and 93. RGB value is (30,162,147). Sum of RGB (Red+Green+Blue) = 30+162+147=339 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.85% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 162 - color contains mainly: green. Hex color #1EA293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA293 is #E15D6C. Grayscale: #787878. Windows color (decimal): -14769517 or 9675294. OLE color: 9675294.
HSL color Cylindrical-coordinate representation of color #1EA293: hue angle of 173.18º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA293 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 162 | 147 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.36 |
| HSL | 173.18º | 0.69% | 0.38% | - |
| HSV(B) | 173.18º | 0.81% | 0.64% | - |
| XYZ | 18.72 | 28.22 | 32.06 | - |
| YUV | 120.82 | 142.77 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 162 | 147 | 0.81 | 0 | 0.09 | 0.36 | 173.18 | 0.69 | 0.38 |
| Hex | 1E | A2 | 93 | 51 | 0 | 9 | 24 | AD | 45 | 26 |
| Octal | 36 | 242 | 223 | 121 | 0 | 11 | 44 | 255 | 105 | 46 |
| Binary | 11110 | 10100010 | 10010011 | 1010001 | 0 | 1001 | 100100 | 10101101 | 1000101 | 100110 |
Color Harmonies of #1EA293
Complementary color
Monochromatic Colors of #1EA293
Black with #1EA293
Text Example
Text Example
White with #1EA293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA293; }
p { color: rgb(30,162,147); }
H1.HeaderClassName
{
color: #1EA293;
}
.AnyTagClassName
{
color: #1EA293;
}
</style>
background-color css
<style>
a { background-color: #1EA293; }
a { background-color: rgb(30,162,147); }
div.DivClassName
{
background-color: #1EA293;
}
.BgClassName
{
background-color: #1EA293;
}
</style>
border-color css
<style>
span { border-color: #1EA293; }
span { border-color: rgb(30,162,147); }
td.TdClassName
{
border-color: #1EA293;
}
.TagClassName
{
border-color: #1EA293;
}
</style>