Shades of Java #1E898E
Tints of Java #1E898E
RGB
CMYK
RGB Variations
Color information
#1E898E (or 0x1E898E) is known color: Java. HEX triplet: 1E, 89 and 8E. RGB value is (30,137,142). Sum of RGB (Red+Green+Blue) = 30+137+142=309 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.71% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #1E898E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E898E is #E17671. Grayscale: #696969. Windows color (decimal): -14775922 or 9341214. OLE color: 9341214.
HSL color Cylindrical-coordinate representation of color #1E898E: hue angle of 182.68º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E898E is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 137 | 142 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.44 |
| HSL | 182.68º | 0.65% | 0.34% | - |
| HSV(B) | 182.68º | 0.79% | 0.56% | - |
| XYZ | 14.36 | 20.12 | 28.72 | - |
| YUV | 105.58 | 148.55 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 137 | 142 | 0.79 | 0.04 | 0 | 0.44 | 182.68 | 0.65 | 0.34 |
| Hex | 1E | 89 | 8E | 4F | 4 | 0 | 2C | B7 | 41 | 22 |
| Octal | 36 | 211 | 216 | 117 | 4 | 0 | 54 | 267 | 101 | 42 |
| Binary | 11110 | 10001001 | 10001110 | 1001111 | 100 | 0 | 101100 | 10110111 | 1000001 | 100010 |
Color Harmonies of #1E898E
Complementary color
Monochromatic Colors of #1E898E
Black with #1E898E
Text Example
Text Example
White with #1E898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E898E; }
p { color: rgb(30,137,142); }
H1.HeaderClassName
{
color: #1E898E;
}
.AnyTagClassName
{
color: #1E898E;
}
</style>
background-color css
<style>
a { background-color: #1E898E; }
a { background-color: rgb(30,137,142); }
div.DivClassName
{
background-color: #1E898E;
}
.BgClassName
{
background-color: #1E898E;
}
</style>
border-color css
<style>
span { border-color: #1E898E; }
span { border-color: rgb(30,137,142); }
td.TdClassName
{
border-color: #1E898E;
}
.TagClassName
{
border-color: #1E898E;
}
</style>