Shades of Java #1E8D8C
Tints of Java #1E8D8C
RGB
CMYK
RGB Variations
Color information
#1E8D8C (or 0x1E8D8C) is known color: Java. HEX triplet: 1E, 8D and 8C. RGB value is (30,141,140). Sum of RGB (Red+Green+Blue) = 30+141+140=311 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.65% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #1E8D8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8D8C is #E17273. Grayscale: #6B6B6B. Windows color (decimal): -14774900 or 9211166. OLE color: 9211166.
HSL color Cylindrical-coordinate representation of color #1E8D8C: hue angle of 179.46º 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 #1E8D8C is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 141 | 140 | - |
| CMYK | 0.79 | 0 | 0.01 | 0.45 |
| HSL | 179.46º | 0.65% | 0.34% | - |
| HSV(B) | 179.46º | 0.79% | 0.55% | - |
| XYZ | 14.79 | 21.22 | 28.13 | - |
| YUV | 107.7 | 146.23 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 141 | 140 | 0.79 | 0 | 0.01 | 0.45 | 179.46 | 0.65 | 0.34 |
| Hex | 1E | 8D | 8C | 4F | 0 | 1 | 2D | B3 | 41 | 22 |
| Octal | 36 | 215 | 214 | 117 | 0 | 1 | 55 | 263 | 101 | 42 |
| Binary | 11110 | 10001101 | 10001100 | 1001111 | 0 | 1 | 101101 | 10110011 | 1000001 | 100010 |
Color Harmonies of #1E8D8C
Complementary color
Monochromatic Colors of #1E8D8C
Black with #1E8D8C
Text Example
Text Example
White with #1E8D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8D8C; }
p { color: rgb(30,141,140); }
H1.HeaderClassName
{
color: #1E8D8C;
}
.AnyTagClassName
{
color: #1E8D8C;
}
</style>
background-color css
<style>
a { background-color: #1E8D8C; }
a { background-color: rgb(30,141,140); }
div.DivClassName
{
background-color: #1E8D8C;
}
.BgClassName
{
background-color: #1E8D8C;
}
</style>
border-color css
<style>
span { border-color: #1E8D8C; }
span { border-color: rgb(30,141,140); }
td.TdClassName
{
border-color: #1E8D8C;
}
.TagClassName
{
border-color: #1E8D8C;
}
</style>