Shades of Java #1E8A89
Tints of Java #1E8A89
RGB
CMYK
RGB Variations
Color information
#1E8A89 (or 0x1E8A89) is known color: Java. HEX triplet: 1E, 8A and 89. RGB value is (30,138,137). Sum of RGB (Red+Green+Blue) = 30+138+137=305 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.84% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 138 - color contains mainly: green. Hex color #1E8A89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8A89 is #E17576. Grayscale: #696969. Windows color (decimal): -14775671 or 9013790. OLE color: 9013790.
HSL color Cylindrical-coordinate representation of color #1E8A89: hue angle of 179.44º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8A89 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 138 | 137 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.46 |
| HSL | 179.44º | 0.64% | 0.33% | - |
| HSV(B) | 179.44º | 0.78% | 0.54% | - |
| XYZ | 14.14 | 20.26 | 26.83 | - |
| YUV | 105.59 | 145.72 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 138 | 137 | 0.78 | 0 | 0.01 | 0.46 | 179.44 | 0.64 | 0.33 |
| Hex | 1E | 8A | 89 | 4E | 0 | 1 | 2E | B3 | 40 | 21 |
| Octal | 36 | 212 | 211 | 116 | 0 | 1 | 56 | 263 | 100 | 41 |
| Binary | 11110 | 10001010 | 10001001 | 1001110 | 0 | 1 | 101110 | 10110011 | 1000000 | 100001 |
Color Harmonies of #1E8A89
Complementary color
Monochromatic Colors of #1E8A89
Black with #1E8A89
Text Example
Text Example
White with #1E8A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8A89; }
p { color: rgb(30,138,137); }
H1.HeaderClassName
{
color: #1E8A89;
}
.AnyTagClassName
{
color: #1E8A89;
}
</style>
background-color css
<style>
a { background-color: #1E8A89; }
a { background-color: rgb(30,138,137); }
div.DivClassName
{
background-color: #1E8A89;
}
.BgClassName
{
background-color: #1E8A89;
}
</style>
border-color css
<style>
span { border-color: #1E8A89; }
span { border-color: rgb(30,138,137); }
td.TdClassName
{
border-color: #1E8A89;
}
.TagClassName
{
border-color: #1E8A89;
}
</style>