Shades of Java #1E858A
Tints of Java #1E858A
RGB
CMYK
RGB Variations
Color information
#1E858A (or 0x1E858A) is known color: Java. HEX triplet: 1E, 85 and 8A. RGB value is (30,133,138). Sum of RGB (Red+Green+Blue) = 30+133+138=301 (39% of max value = 765). Red value is 30 (12.11% from 255 or 9.97% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #1E858A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E858A is #E17A75. Grayscale: #666666. Windows color (decimal): -14776950 or 9078046. OLE color: 9078046.
HSL color Cylindrical-coordinate representation of color #1E858A: hue angle of 182.78º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E858A is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 133 | 138 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.46 |
| HSL | 182.78º | 0.64% | 0.33% | - |
| HSV(B) | 182.78º | 0.78% | 0.54% | - |
| XYZ | 13.51 | 18.89 | 26.98 | - |
| YUV | 102.77 | 147.88 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 133 | 138 | 0.78 | 0.04 | 0 | 0.46 | 182.78 | 0.64 | 0.33 |
| Hex | 1E | 85 | 8A | 4E | 4 | 0 | 2E | B7 | 40 | 21 |
| Octal | 36 | 205 | 212 | 116 | 4 | 0 | 56 | 267 | 100 | 41 |
| Binary | 11110 | 10000101 | 10001010 | 1001110 | 100 | 0 | 101110 | 10110111 | 1000000 | 100001 |
Color Harmonies of #1E858A
Complementary color
Monochromatic Colors of #1E858A
Black with #1E858A
Text Example
Text Example
White with #1E858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E858A; }
p { color: rgb(30,133,138); }
H1.HeaderClassName
{
color: #1E858A;
}
.AnyTagClassName
{
color: #1E858A;
}
</style>
background-color css
<style>
a { background-color: #1E858A; }
a { background-color: rgb(30,133,138); }
div.DivClassName
{
background-color: #1E858A;
}
.BgClassName
{
background-color: #1E858A;
}
</style>
border-color css
<style>
span { border-color: #1E858A; }
span { border-color: rgb(30,133,138); }
td.TdClassName
{
border-color: #1E858A;
}
.TagClassName
{
border-color: #1E858A;
}
</style>