Shades of Java #1E998B
Tints of Java #1E998B
RGB
CMYK
RGB Variations
Color information
#1E998B (or 0x1E998B) is known color: Java. HEX triplet: 1E, 99 and 8B. RGB value is (30,153,139). Sum of RGB (Red+Green+Blue) = 30+153+139=322 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.32% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #1E998B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E998B is #E16674. Grayscale: #727272. Windows color (decimal): -14771829 or 9148702. OLE color: 9148702.
HSL color Cylindrical-coordinate representation of color #1E998B: hue angle of 173.17º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E998B is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 30 | 153 | 139 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.4 |
| HSL | 173.17º | 0.67% | 0.36% | - |
| HSV(B) | 173.17º | 0.8% | 0.6% | - |
| XYZ | 16.59 | 24.92 | 28.36 | - |
| YUV | 114.63 | 141.75 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 153 | 139 | 0.80 | 0 | 0.09 | 0.4 | 173.17 | 0.67 | 0.36 |
| Hex | 1E | 99 | 8B | 50 | 0 | 9 | 28 | AD | 43 | 24 |
| Octal | 36 | 231 | 213 | 120 | 0 | 11 | 50 | 255 | 103 | 44 |
| Binary | 11110 | 10011001 | 10001011 | 1010000 | 0 | 1001 | 101000 | 10101101 | 1000011 | 100100 |
Color Harmonies of #1E998B
Complementary color
Monochromatic Colors of #1E998B
Black with #1E998B
Text Example
Text Example
White with #1E998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E998B; }
p { color: rgb(30,153,139); }
H1.HeaderClassName
{
color: #1E998B;
}
.AnyTagClassName
{
color: #1E998B;
}
</style>
background-color css
<style>
a { background-color: #1E998B; }
a { background-color: rgb(30,153,139); }
div.DivClassName
{
background-color: #1E998B;
}
.BgClassName
{
background-color: #1E998B;
}
</style>
border-color css
<style>
span { border-color: #1E998B; }
span { border-color: rgb(30,153,139); }
td.TdClassName
{
border-color: #1E998B;
}
.TagClassName
{
border-color: #1E998B;
}
</style>