Shades of Java #1EA398
Tints of Java #1EA398
RGB
CMYK
RGB Variations
Color information
#1EA398 (or 0x1EA398) is known color: Java. HEX triplet: 1E, A3 and 98. RGB value is (30,163,152). Sum of RGB (Red+Green+Blue) = 30+163+152=345 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.70% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 163 - color contains mainly: green. Hex color #1EA398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA398 is #E15C67. Grayscale: #797979. Windows color (decimal): -14769256 or 10003230. OLE color: 10003230.
HSL color Cylindrical-coordinate representation of color #1EA398: hue angle of 175.04º 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 #1EA398 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 163 | 152 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.36 |
| HSL | 175.04º | 0.69% | 0.38% | - |
| HSV(B) | 175.04º | 0.82% | 0.64% | - |
| XYZ | 19.3 | 28.74 | 34.24 | - |
| YUV | 121.98 | 144.94 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 163 | 152 | 0.82 | 0 | 0.07 | 0.36 | 175.04 | 0.69 | 0.38 |
| Hex | 1E | A3 | 98 | 52 | 0 | 7 | 24 | AF | 45 | 26 |
| Octal | 36 | 243 | 230 | 122 | 0 | 7 | 44 | 257 | 105 | 46 |
| Binary | 11110 | 10100011 | 10011000 | 1010010 | 0 | 111 | 100100 | 10101111 | 1000101 | 100110 |
Color Harmonies of #1EA398
Complementary color
Monochromatic Colors of #1EA398
Black with #1EA398
Text Example
Text Example
White with #1EA398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA398; }
p { color: rgb(30,163,152); }
H1.HeaderClassName
{
color: #1EA398;
}
.AnyTagClassName
{
color: #1EA398;
}
</style>
background-color css
<style>
a { background-color: #1EA398; }
a { background-color: rgb(30,163,152); }
div.DivClassName
{
background-color: #1EA398;
}
.BgClassName
{
background-color: #1EA398;
}
</style>
border-color css
<style>
span { border-color: #1EA398; }
span { border-color: rgb(30,163,152); }
td.TdClassName
{
border-color: #1EA398;
}
.TagClassName
{
border-color: #1EA398;
}
</style>