Shades of Java #1EA196
Tints of Java #1EA196
RGB
CMYK
RGB Variations
Color information
#1EA196 (or 0x1EA196) is known color: Java. HEX triplet: 1E, A1 and 96. RGB value is (30,161,150). Sum of RGB (Red+Green+Blue) = 30+161+150=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #1EA196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA196 is #E15E69. Grayscale: #787878. Windows color (decimal): -14769770 or 9871646. OLE color: 9871646.
HSL color Cylindrical-coordinate representation of color #1EA196: hue angle of 174.96º 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 #1EA196 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 30 | 161 | 150 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.37 |
| HSL | 174.96º | 0.69% | 0.37% | - |
| HSV(B) | 174.96º | 0.81% | 0.63% | - |
| XYZ | 18.79 | 27.97 | 33.26 | - |
| YUV | 120.58 | 144.6 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 161 | 150 | 0.81 | 0 | 0.07 | 0.37 | 174.96 | 0.69 | 0.37 |
| Hex | 1E | A1 | 96 | 51 | 0 | 7 | 25 | AF | 45 | 25 |
| Octal | 36 | 241 | 226 | 121 | 0 | 7 | 45 | 257 | 105 | 45 |
| Binary | 11110 | 10100001 | 10010110 | 1010001 | 0 | 111 | 100101 | 10101111 | 1000101 | 100101 |
Color Harmonies of #1EA196
Complementary color
Monochromatic Colors of #1EA196
Black with #1EA196
Text Example
Text Example
White with #1EA196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA196; }
p { color: rgb(30,161,150); }
H1.HeaderClassName
{
color: #1EA196;
}
.AnyTagClassName
{
color: #1EA196;
}
</style>
background-color css
<style>
a { background-color: #1EA196; }
a { background-color: rgb(30,161,150); }
div.DivClassName
{
background-color: #1EA196;
}
.BgClassName
{
background-color: #1EA196;
}
</style>
border-color css
<style>
span { border-color: #1EA196; }
span { border-color: rgb(30,161,150); }
td.TdClassName
{
border-color: #1EA196;
}
.TagClassName
{
border-color: #1EA196;
}
</style>