Shades of Java #1E959F
Tints of Java #1E959F
RGB
CMYK
RGB Variations
Color information
#1E959F (or 0x1E959F) is known color: Java. HEX triplet: 1E, 95 and 9F. RGB value is (30,149,159). Sum of RGB (Red+Green+Blue) = 30+149+159=338 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.88% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #1E959F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E959F is #E16A60. Grayscale: #727272. Windows color (decimal): -14772833 or 10458398. OLE color: 10458398.
HSL color Cylindrical-coordinate representation of color #1E959F: hue angle of 184.65º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E959F is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 149 | 159 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.38 |
| HSL | 184.65º | 0.68% | 0.37% | - |
| HSV(B) | 184.65º | 0.81% | 0.62% | - |
| XYZ | 17.54 | 24.27 | 36.56 | - |
| YUV | 114.56 | 153.08 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 149 | 159 | 0.81 | 0.06 | 0 | 0.38 | 184.65 | 0.68 | 0.37 |
| Hex | 1E | 95 | 9F | 51 | 6 | 0 | 26 | B9 | 44 | 25 |
| Octal | 36 | 225 | 237 | 121 | 6 | 0 | 46 | 271 | 104 | 45 |
| Binary | 11110 | 10010101 | 10011111 | 1010001 | 110 | 0 | 100110 | 10111001 | 1000100 | 100101 |
Color Harmonies of #1E959F
Complementary color
Monochromatic Colors of #1E959F
Black with #1E959F
Text Example
Text Example
White with #1E959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E959F; }
p { color: rgb(30,149,159); }
H1.HeaderClassName
{
color: #1E959F;
}
.AnyTagClassName
{
color: #1E959F;
}
</style>
background-color css
<style>
a { background-color: #1E959F; }
a { background-color: rgb(30,149,159); }
div.DivClassName
{
background-color: #1E959F;
}
.BgClassName
{
background-color: #1E959F;
}
</style>
border-color css
<style>
span { border-color: #1E959F; }
span { border-color: rgb(30,149,159); }
td.TdClassName
{
border-color: #1E959F;
}
.TagClassName
{
border-color: #1E959F;
}
</style>