Shades of Java #1EA299
Tints of Java #1EA299
RGB
CMYK
RGB Variations
Color information
#1EA299 (or 0x1EA299) is known color: Java. HEX triplet: 1E, A2 and 99. RGB value is (30,162,153). Sum of RGB (Red+Green+Blue) = 30+162+153=345 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.70% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #1EA299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA299 is #E15D66. Grayscale: #797979. Windows color (decimal): -14769511 or 10068510. OLE color: 10068510.
HSL color Cylindrical-coordinate representation of color #1EA299: hue angle of 175.91º 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 #1EA299 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 162 | 153 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.36 |
| HSL | 175.91º | 0.69% | 0.38% | - |
| HSV(B) | 175.91º | 0.81% | 0.64% | - |
| XYZ | 19.21 | 28.42 | 34.61 | - |
| YUV | 121.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 162 | 153 | 0.81 | 0 | 0.06 | 0.36 | 175.91 | 0.69 | 0.38 |
| Hex | 1E | A2 | 99 | 51 | 0 | 6 | 24 | B0 | 45 | 26 |
| Octal | 36 | 242 | 231 | 121 | 0 | 6 | 44 | 260 | 105 | 46 |
| Binary | 11110 | 10100010 | 10011001 | 1010001 | 0 | 110 | 100100 | 10110000 | 1000101 | 100110 |
Color Harmonies of #1EA299
Complementary color
Monochromatic Colors of #1EA299
Black with #1EA299
Text Example
Text Example
White with #1EA299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA299; }
p { color: rgb(30,162,153); }
H1.HeaderClassName
{
color: #1EA299;
}
.AnyTagClassName
{
color: #1EA299;
}
</style>
background-color css
<style>
a { background-color: #1EA299; }
a { background-color: rgb(30,162,153); }
div.DivClassName
{
background-color: #1EA299;
}
.BgClassName
{
background-color: #1EA299;
}
</style>
border-color css
<style>
span { border-color: #1EA299; }
span { border-color: rgb(30,162,153); }
td.TdClassName
{
border-color: #1EA299;
}
.TagClassName
{
border-color: #1EA299;
}
</style>