Shades of Java #1E958B
Tints of Java #1E958B
RGB
CMYK
RGB Variations
Color information
#1E958B (or 0x1E958B) is known color: Java. HEX triplet: 1E, 95 and 8B. RGB value is (30,149,139). Sum of RGB (Red+Green+Blue) = 30+149+139=318 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.43% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #1E958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E958B is #E16A74. Grayscale: #707070. Windows color (decimal): -14772853 or 9147678. OLE color: 9147678.
HSL color Cylindrical-coordinate representation of color #1E958B: hue angle of 174.96º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E958B is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 149 | 139 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.42 |
| HSL | 174.96º | 0.66% | 0.35% | - |
| HSV(B) | 174.96º | 0.8% | 0.58% | - |
| XYZ | 15.94 | 23.63 | 28.15 | - |
| YUV | 112.28 | 143.08 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 149 | 139 | 0.80 | 0 | 0.07 | 0.42 | 174.96 | 0.66 | 0.35 |
| Hex | 1E | 95 | 8B | 50 | 0 | 7 | 2A | AF | 42 | 23 |
| Octal | 36 | 225 | 213 | 120 | 0 | 7 | 52 | 257 | 102 | 43 |
| Binary | 11110 | 10010101 | 10001011 | 1010000 | 0 | 111 | 101010 | 10101111 | 1000010 | 100011 |
Color Harmonies of #1E958B
Complementary color
Monochromatic Colors of #1E958B
Black with #1E958B
Text Example
Text Example
White with #1E958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E958B; }
p { color: rgb(30,149,139); }
H1.HeaderClassName
{
color: #1E958B;
}
.AnyTagClassName
{
color: #1E958B;
}
</style>
background-color css
<style>
a { background-color: #1E958B; }
a { background-color: rgb(30,149,139); }
div.DivClassName
{
background-color: #1E958B;
}
.BgClassName
{
background-color: #1E958B;
}
</style>
border-color css
<style>
span { border-color: #1E958B; }
span { border-color: rgb(30,149,139); }
td.TdClassName
{
border-color: #1E958B;
}
.TagClassName
{
border-color: #1E958B;
}
</style>