Shades of Java #1E908C
Tints of Java #1E908C
RGB
CMYK
RGB Variations
Color information
#1E908C (or 0x1E908C) is known color: Java. HEX triplet: 1E, 90 and 8C. RGB value is (30,144,140). Sum of RGB (Red+Green+Blue) = 30+144+140=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #1E908C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E908C is #E16F73. Grayscale: #6D6D6D. Windows color (decimal): -14774132 or 9211934. OLE color: 9211934.
HSL color Cylindrical-coordinate representation of color #1E908C: hue angle of 177.89º 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 #1E908C is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 144 | 140 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.44 |
| HSL | 177.89º | 0.66% | 0.34% | - |
| HSV(B) | 177.89º | 0.79% | 0.56% | - |
| XYZ | 15.24 | 22.12 | 28.28 | - |
| YUV | 109.46 | 145.23 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 144 | 140 | 0.79 | 0 | 0.03 | 0.44 | 177.89 | 0.66 | 0.34 |
| Hex | 1E | 90 | 8C | 4F | 0 | 3 | 2C | B2 | 42 | 22 |
| Octal | 36 | 220 | 214 | 117 | 0 | 3 | 54 | 262 | 102 | 42 |
| Binary | 11110 | 10010000 | 10001100 | 1001111 | 0 | 11 | 101100 | 10110010 | 1000010 | 100010 |
Color Harmonies of #1E908C
Complementary color
Monochromatic Colors of #1E908C
Black with #1E908C
Text Example
Text Example
White with #1E908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E908C; }
p { color: rgb(30,144,140); }
H1.HeaderClassName
{
color: #1E908C;
}
.AnyTagClassName
{
color: #1E908C;
}
</style>
background-color css
<style>
a { background-color: #1E908C; }
a { background-color: rgb(30,144,140); }
div.DivClassName
{
background-color: #1E908C;
}
.BgClassName
{
background-color: #1E908C;
}
</style>
border-color css
<style>
span { border-color: #1E908C; }
span { border-color: rgb(30,144,140); }
td.TdClassName
{
border-color: #1E908C;
}
.TagClassName
{
border-color: #1E908C;
}
</style>