Shades of Java #1E9488
Tints of Java #1E9488
RGB
CMYK
RGB Variations
Color information
#1E9488 (or 0x1E9488) is known color: Java. HEX triplet: 1E, 94 and 88. RGB value is (30,148,136). Sum of RGB (Red+Green+Blue) = 30+148+136=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #1E9488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9488 is #E16B77. Grayscale: #6F6F6F. Windows color (decimal): -14773112 or 8950814. OLE color: 8950814.
HSL color Cylindrical-coordinate representation of color #1E9488: hue angle of 173.9º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9488 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 148 | 136 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.42 |
| HSL | 173.9º | 0.66% | 0.35% | - |
| HSV(B) | 173.9º | 0.8% | 0.58% | - |
| XYZ | 15.57 | 23.23 | 26.96 | - |
| YUV | 111.35 | 141.91 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 148 | 136 | 0.80 | 0 | 0.08 | 0.42 | 173.9 | 0.66 | 0.35 |
| Hex | 1E | 94 | 88 | 50 | 0 | 8 | 2A | AE | 42 | 23 |
| Octal | 36 | 224 | 210 | 120 | 0 | 10 | 52 | 256 | 102 | 43 |
| Binary | 11110 | 10010100 | 10001000 | 1010000 | 0 | 1000 | 101010 | 10101110 | 1000010 | 100011 |
Color Harmonies of #1E9488
Complementary color
Monochromatic Colors of #1E9488
Black with #1E9488
Text Example
Text Example
White with #1E9488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9488; }
p { color: rgb(30,148,136); }
H1.HeaderClassName
{
color: #1E9488;
}
.AnyTagClassName
{
color: #1E9488;
}
</style>
background-color css
<style>
a { background-color: #1E9488; }
a { background-color: rgb(30,148,136); }
div.DivClassName
{
background-color: #1E9488;
}
.BgClassName
{
background-color: #1E9488;
}
</style>
border-color css
<style>
span { border-color: #1E9488; }
span { border-color: rgb(30,148,136); }
td.TdClassName
{
border-color: #1E9488;
}
.TagClassName
{
border-color: #1E9488;
}
</style>