Shades of Java #1E898D
Tints of Java #1E898D
RGB
CMYK
RGB Variations
Color information
#1E898D (or 0x1E898D) is known color: Java. HEX triplet: 1E, 89 and 8D. RGB value is (30,137,141). Sum of RGB (Red+Green+Blue) = 30+137+141=308 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.74% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #1E898D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E898D is #E17672. Grayscale: #696969. Windows color (decimal): -14775923 or 9275678. OLE color: 9275678.
HSL color Cylindrical-coordinate representation of color #1E898D: hue angle of 182.16º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E898D is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 137 | 141 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.45 |
| HSL | 182.16º | 0.65% | 0.34% | - |
| HSV(B) | 182.16º | 0.79% | 0.55% | - |
| XYZ | 14.29 | 20.09 | 28.32 | - |
| YUV | 105.46 | 148.05 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 137 | 141 | 0.79 | 0.03 | 0 | 0.45 | 182.16 | 0.65 | 0.34 |
| Hex | 1E | 89 | 8D | 4F | 3 | 0 | 2D | B6 | 41 | 22 |
| Octal | 36 | 211 | 215 | 117 | 3 | 0 | 55 | 266 | 101 | 42 |
| Binary | 11110 | 10001001 | 10001101 | 1001111 | 11 | 0 | 101101 | 10110110 | 1000001 | 100010 |
Color Harmonies of #1E898D
Complementary color
Monochromatic Colors of #1E898D
Black with #1E898D
Text Example
Text Example
White with #1E898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E898D; }
p { color: rgb(30,137,141); }
H1.HeaderClassName
{
color: #1E898D;
}
.AnyTagClassName
{
color: #1E898D;
}
</style>
background-color css
<style>
a { background-color: #1E898D; }
a { background-color: rgb(30,137,141); }
div.DivClassName
{
background-color: #1E898D;
}
.BgClassName
{
background-color: #1E898D;
}
</style>
border-color css
<style>
span { border-color: #1E898D; }
span { border-color: rgb(30,137,141); }
td.TdClassName
{
border-color: #1E898D;
}
.TagClassName
{
border-color: #1E898D;
}
</style>