Shades of Java #1EA69C
Tints of Java #1EA69C
RGB
CMYK
RGB Variations
Color information
#1EA69C (or 0x1EA69C) is known color: Java. HEX triplet: 1E, A6 and 9C. RGB value is (30,166,156). Sum of RGB (Red+Green+Blue) = 30+166+156=352 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.52% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 166 - color contains mainly: green. Hex color #1EA69C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA69C is #E15963. Grayscale: #7C7C7C. Windows color (decimal): -14768484 or 10266142. OLE color: 10266142.
HSL color Cylindrical-coordinate representation of color #1EA69C: hue angle of 175.59º 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 #1EA69C is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 30 | 166 | 156 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.35 |
| HSL | 175.59º | 0.69% | 0.38% | - |
| HSV(B) | 175.59º | 0.82% | 0.65% | - |
| XYZ | 20.17 | 29.95 | 36.17 | - |
| YUV | 124.2 | 145.94 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 166 | 156 | 0.82 | 0 | 0.06 | 0.35 | 175.59 | 0.69 | 0.38 |
| Hex | 1E | A6 | 9C | 52 | 0 | 6 | 23 | B0 | 45 | 26 |
| Octal | 36 | 246 | 234 | 122 | 0 | 6 | 43 | 260 | 105 | 46 |
| Binary | 11110 | 10100110 | 10011100 | 1010010 | 0 | 110 | 100011 | 10110000 | 1000101 | 100110 |
Color Harmonies of #1EA69C
Complementary color
Monochromatic Colors of #1EA69C
Black with #1EA69C
Text Example
Text Example
White with #1EA69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA69C; }
p { color: rgb(30,166,156); }
H1.HeaderClassName
{
color: #1EA69C;
}
.AnyTagClassName
{
color: #1EA69C;
}
</style>
background-color css
<style>
a { background-color: #1EA69C; }
a { background-color: rgb(30,166,156); }
div.DivClassName
{
background-color: #1EA69C;
}
.BgClassName
{
background-color: #1EA69C;
}
</style>
border-color css
<style>
span { border-color: #1EA69C; }
span { border-color: rgb(30,166,156); }
td.TdClassName
{
border-color: #1EA69C;
}
.TagClassName
{
border-color: #1EA69C;
}
</style>