Shades of Java #1E999E
Tints of Java #1E999E
RGB
CMYK
RGB Variations
Color information
#1E999E (or 0x1E999E) is known color: Java. HEX triplet: 1E, 99 and 9E. RGB value is (30,153,158). Sum of RGB (Red+Green+Blue) = 30+153+158=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #1E999E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E999E is #E16661. Grayscale: #747474. Windows color (decimal): -14771810 or 10393886. OLE color: 10393886.
HSL color Cylindrical-coordinate representation of color #1E999E: hue angle of 182.34º 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 #1E999E is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 153 | 158 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.38 |
| HSL | 182.34º | 0.68% | 0.37% | - |
| HSV(B) | 182.34º | 0.81% | 0.62% | - |
| XYZ | 18.1 | 25.53 | 36.32 | - |
| YUV | 116.79 | 151.25 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 153 | 158 | 0.81 | 0.03 | 0 | 0.38 | 182.34 | 0.68 | 0.37 |
| Hex | 1E | 99 | 9E | 51 | 3 | 0 | 26 | B6 | 44 | 25 |
| Octal | 36 | 231 | 236 | 121 | 3 | 0 | 46 | 266 | 104 | 45 |
| Binary | 11110 | 10011001 | 10011110 | 1010001 | 11 | 0 | 100110 | 10110110 | 1000100 | 100101 |
Color Harmonies of #1E999E
Complementary color
Monochromatic Colors of #1E999E
Black with #1E999E
Text Example
Text Example
White with #1E999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E999E; }
p { color: rgb(30,153,158); }
H1.HeaderClassName
{
color: #1E999E;
}
.AnyTagClassName
{
color: #1E999E;
}
</style>
background-color css
<style>
a { background-color: #1E999E; }
a { background-color: rgb(30,153,158); }
div.DivClassName
{
background-color: #1E999E;
}
.BgClassName
{
background-color: #1E999E;
}
</style>
border-color css
<style>
span { border-color: #1E999E; }
span { border-color: rgb(30,153,158); }
td.TdClassName
{
border-color: #1E999E;
}
.TagClassName
{
border-color: #1E999E;
}
</style>