Shades of Java #1EA59B
Tints of Java #1EA59B
RGB
CMYK
RGB Variations
Color information
#1EA59B (or 0x1EA59B) is known color: Java. HEX triplet: 1E, A5 and 9B. RGB value is (30,165,155). Sum of RGB (Red+Green+Blue) = 30+165+155=350 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.57% from 350); Green value is 165 (64.84% from 255 or 47.14% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 165 - color contains mainly: green. Hex color #1EA59B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA59B is #E15A64. Grayscale: #7B7B7B. Windows color (decimal): -14768741 or 10200350. OLE color: 10200350.
HSL color Cylindrical-coordinate representation of color #1EA59B: hue angle of 175.56º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA59B is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 30 | 165 | 155 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.35 |
| HSL | 175.56º | 0.69% | 0.38% | - |
| HSV(B) | 175.56º | 0.82% | 0.65% | - |
| XYZ | 19.91 | 29.55 | 35.67 | - |
| YUV | 123.5 | 145.77 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 165 | 155 | 0.82 | 0 | 0.06 | 0.35 | 175.56 | 0.69 | 0.38 |
| Hex | 1E | A5 | 9B | 52 | 0 | 6 | 23 | B0 | 45 | 26 |
| Octal | 36 | 245 | 233 | 122 | 0 | 6 | 43 | 260 | 105 | 46 |
| Binary | 11110 | 10100101 | 10011011 | 1010010 | 0 | 110 | 100011 | 10110000 | 1000101 | 100110 |
Color Harmonies of #1EA59B
Complementary color
Monochromatic Colors of #1EA59B
Black with #1EA59B
Text Example
Text Example
White with #1EA59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA59B; }
p { color: rgb(30,165,155); }
H1.HeaderClassName
{
color: #1EA59B;
}
.AnyTagClassName
{
color: #1EA59B;
}
</style>
background-color css
<style>
a { background-color: #1EA59B; }
a { background-color: rgb(30,165,155); }
div.DivClassName
{
background-color: #1EA59B;
}
.BgClassName
{
background-color: #1EA59B;
}
</style>
border-color css
<style>
span { border-color: #1EA59B; }
span { border-color: rgb(30,165,155); }
td.TdClassName
{
border-color: #1EA59B;
}
.TagClassName
{
border-color: #1EA59B;
}
</style>