Shades of Java #1E908B
Tints of Java #1E908B
RGB
CMYK
RGB Variations
Color information
#1E908B (or 0x1E908B) is known color: Java. HEX triplet: 1E, 90 and 8B. RGB value is (30,144,139). Sum of RGB (Red+Green+Blue) = 30+144+139=313 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.58% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #1E908B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E908B is #E16F74. Grayscale: #6D6D6D. Windows color (decimal): -14774133 or 9146398. OLE color: 9146398.
HSL color Cylindrical-coordinate representation of color #1E908B: hue angle of 177.37º 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 #1E908B is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 144 | 139 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.44 |
| HSL | 177.37º | 0.66% | 0.34% | - |
| HSV(B) | 177.37º | 0.79% | 0.56% | - |
| XYZ | 15.17 | 22.09 | 27.89 | - |
| YUV | 109.34 | 144.73 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 144 | 139 | 0.79 | 0 | 0.03 | 0.44 | 177.37 | 0.66 | 0.34 |
| Hex | 1E | 90 | 8B | 4F | 0 | 3 | 2C | B1 | 42 | 22 |
| Octal | 36 | 220 | 213 | 117 | 0 | 3 | 54 | 261 | 102 | 42 |
| Binary | 11110 | 10010000 | 10001011 | 1001111 | 0 | 11 | 101100 | 10110001 | 1000010 | 100010 |
Color Harmonies of #1E908B
Complementary color
Monochromatic Colors of #1E908B
Black with #1E908B
Text Example
Text Example
White with #1E908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E908B; }
p { color: rgb(30,144,139); }
H1.HeaderClassName
{
color: #1E908B;
}
.AnyTagClassName
{
color: #1E908B;
}
</style>
background-color css
<style>
a { background-color: #1E908B; }
a { background-color: rgb(30,144,139); }
div.DivClassName
{
background-color: #1E908B;
}
.BgClassName
{
background-color: #1E908B;
}
</style>
border-color css
<style>
span { border-color: #1E908B; }
span { border-color: rgb(30,144,139); }
td.TdClassName
{
border-color: #1E908B;
}
.TagClassName
{
border-color: #1E908B;
}
</style>