Shades of Java #1E959C
Tints of Java #1E959C
RGB
CMYK
RGB Variations
Color information
#1E959C (or 0x1E959C) is known color: Java. HEX triplet: 1E, 95 and 9C. RGB value is (30,149,156). Sum of RGB (Red+Green+Blue) = 30+149+156=335 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.96% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E959C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E959C is #E16A63. Grayscale: #727272. Windows color (decimal): -14772836 or 10261790. OLE color: 10261790.
HSL color Cylindrical-coordinate representation of color #1E959C: hue angle of 183.33º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E959C is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 149 | 156 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.39 |
| HSL | 183.33º | 0.68% | 0.36% | - |
| HSV(B) | 183.33º | 0.81% | 0.61% | - |
| XYZ | 17.28 | 24.17 | 35.21 | - |
| YUV | 114.22 | 151.58 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 149 | 156 | 0.81 | 0.04 | 0 | 0.39 | 183.33 | 0.68 | 0.36 |
| Hex | 1E | 95 | 9C | 51 | 4 | 0 | 27 | B7 | 44 | 24 |
| Octal | 36 | 225 | 234 | 121 | 4 | 0 | 47 | 267 | 104 | 44 |
| Binary | 11110 | 10010101 | 10011100 | 1010001 | 100 | 0 | 100111 | 10110111 | 1000100 | 100100 |
Color Harmonies of #1E959C
Complementary color
Monochromatic Colors of #1E959C
Black with #1E959C
Text Example
Text Example
White with #1E959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E959C; }
p { color: rgb(30,149,156); }
H1.HeaderClassName
{
color: #1E959C;
}
.AnyTagClassName
{
color: #1E959C;
}
</style>
background-color css
<style>
a { background-color: #1E959C; }
a { background-color: rgb(30,149,156); }
div.DivClassName
{
background-color: #1E959C;
}
.BgClassName
{
background-color: #1E959C;
}
</style>
border-color css
<style>
span { border-color: #1E959C; }
span { border-color: rgb(30,149,156); }
td.TdClassName
{
border-color: #1E959C;
}
.TagClassName
{
border-color: #1E959C;
}
</style>