Shades of Java #1EA199
Tints of Java #1EA199
RGB
CMYK
RGB Variations
Color information
#1EA199 (or 0x1EA199) is known color: Java. HEX triplet: 1E, A1 and 99. RGB value is (30,161,153). Sum of RGB (Red+Green+Blue) = 30+161+153=344 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.72% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 161 - color contains mainly: green. Hex color #1EA199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA199 is #E15E66. Grayscale: #787878. Windows color (decimal): -14769767 or 10068254. OLE color: 10068254.
HSL color Cylindrical-coordinate representation of color #1EA199: hue angle of 176.34º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA199 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 30 | 161 | 153 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.37 |
| HSL | 176.34º | 0.69% | 0.37% | - |
| HSV(B) | 176.34º | 0.81% | 0.63% | - |
| XYZ | 19.03 | 28.07 | 34.55 | - |
| YUV | 120.92 | 146.1 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 161 | 153 | 0.81 | 0 | 0.05 | 0.37 | 176.34 | 0.69 | 0.37 |
| Hex | 1E | A1 | 99 | 51 | 0 | 5 | 25 | B0 | 45 | 25 |
| Octal | 36 | 241 | 231 | 121 | 0 | 5 | 45 | 260 | 105 | 45 |
| Binary | 11110 | 10100001 | 10011001 | 1010001 | 0 | 101 | 100101 | 10110000 | 1000101 | 100101 |
Color Harmonies of #1EA199
Complementary color
Monochromatic Colors of #1EA199
Black with #1EA199
Text Example
Text Example
White with #1EA199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA199; }
p { color: rgb(30,161,153); }
H1.HeaderClassName
{
color: #1EA199;
}
.AnyTagClassName
{
color: #1EA199;
}
</style>
background-color css
<style>
a { background-color: #1EA199; }
a { background-color: rgb(30,161,153); }
div.DivClassName
{
background-color: #1EA199;
}
.BgClassName
{
background-color: #1EA199;
}
</style>
border-color css
<style>
span { border-color: #1EA199; }
span { border-color: rgb(30,161,153); }
td.TdClassName
{
border-color: #1EA199;
}
.TagClassName
{
border-color: #1EA199;
}
</style>