Shades of Java #1E9688
Tints of Java #1E9688
RGB
CMYK
RGB Variations
Color information
#1E9688 (or 0x1E9688) is known color: Java. HEX triplet: 1E, 96 and 88. RGB value is (30,150,136). Sum of RGB (Red+Green+Blue) = 30+150+136=316 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.49% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #1E9688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9688 is #E16977. Grayscale: #707070. Windows color (decimal): -14772600 or 8951326. OLE color: 8951326.
HSL color Cylindrical-coordinate representation of color #1E9688: hue angle of 173º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9688 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 30 | 150 | 136 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.41 |
| HSL | 173º | 0.67% | 0.35% | - |
| HSV(B) | 173º | 0.8% | 0.59% | - |
| XYZ | 15.89 | 23.87 | 27.06 | - |
| YUV | 112.52 | 141.24 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 150 | 136 | 0.80 | 0 | 0.09 | 0.41 | 173 | 0.67 | 0.35 |
| Hex | 1E | 96 | 88 | 50 | 0 | 9 | 29 | AD | 43 | 23 |
| Octal | 36 | 226 | 210 | 120 | 0 | 11 | 51 | 255 | 103 | 43 |
| Binary | 11110 | 10010110 | 10001000 | 1010000 | 0 | 1001 | 101001 | 10101101 | 1000011 | 100011 |
Color Harmonies of #1E9688
Complementary color
Monochromatic Colors of #1E9688
Black with #1E9688
Text Example
Text Example
White with #1E9688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9688; }
p { color: rgb(30,150,136); }
H1.HeaderClassName
{
color: #1E9688;
}
.AnyTagClassName
{
color: #1E9688;
}
</style>
background-color css
<style>
a { background-color: #1E9688; }
a { background-color: rgb(30,150,136); }
div.DivClassName
{
background-color: #1E9688;
}
.BgClassName
{
background-color: #1E9688;
}
</style>
border-color css
<style>
span { border-color: #1E9688; }
span { border-color: rgb(30,150,136); }
td.TdClassName
{
border-color: #1E9688;
}
.TagClassName
{
border-color: #1E9688;
}
</style>