Shades of Java #1E908D
Tints of Java #1E908D
RGB
CMYK
RGB Variations
Color information
#1E908D (or 0x1E908D) is known color: Java. HEX triplet: 1E, 90 and 8D. RGB value is (30,144,141). Sum of RGB (Red+Green+Blue) = 30+144+141=315 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.52% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #1E908D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E908D is #E16F72. Grayscale: #6D6D6D. Windows color (decimal): -14774131 or 9277470. OLE color: 9277470.
HSL color Cylindrical-coordinate representation of color #1E908D: hue angle of 178.42º degrees, saturation: 0.66, 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 #1E908D is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 144 | 141 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.44 |
| HSL | 178.42º | 0.66% | 0.34% | - |
| HSV(B) | 178.42º | 0.79% | 0.56% | - |
| XYZ | 15.32 | 22.15 | 28.67 | - |
| YUV | 109.57 | 145.73 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 144 | 141 | 0.79 | 0 | 0.02 | 0.44 | 178.42 | 0.66 | 0.34 |
| Hex | 1E | 90 | 8D | 4F | 0 | 2 | 2C | B2 | 42 | 22 |
| Octal | 36 | 220 | 215 | 117 | 0 | 2 | 54 | 262 | 102 | 42 |
| Binary | 11110 | 10010000 | 10001101 | 1001111 | 0 | 10 | 101100 | 10110010 | 1000010 | 100010 |
Color Harmonies of #1E908D
Complementary color
Monochromatic Colors of #1E908D
Black with #1E908D
Text Example
Text Example
White with #1E908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E908D; }
p { color: rgb(30,144,141); }
H1.HeaderClassName
{
color: #1E908D;
}
.AnyTagClassName
{
color: #1E908D;
}
</style>
background-color css
<style>
a { background-color: #1E908D; }
a { background-color: rgb(30,144,141); }
div.DivClassName
{
background-color: #1E908D;
}
.BgClassName
{
background-color: #1E908D;
}
</style>
border-color css
<style>
span { border-color: #1E908D; }
span { border-color: rgb(30,144,141); }
td.TdClassName
{
border-color: #1E908D;
}
.TagClassName
{
border-color: #1E908D;
}
</style>