Shades of Java #1E9B99
Tints of Java #1E9B99
RGB
CMYK
RGB Variations
Color information
#1E9B99 (or 0x1E9B99) is known color: Java. HEX triplet: 1E, 9B and 99. RGB value is (30,155,153). Sum of RGB (Red+Green+Blue) = 30+155+153=338 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.88% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #1E9B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9B99 is #E16466. Grayscale: #757575. Windows color (decimal): -14771303 or 10066718. OLE color: 10066718.
HSL color Cylindrical-coordinate representation of color #1E9B99: hue angle of 179.04º 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 #1E9B99 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 155 | 153 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.39 |
| HSL | 179.04º | 0.68% | 0.36% | - |
| HSV(B) | 179.04º | 0.81% | 0.61% | - |
| XYZ | 18.01 | 26.02 | 34.21 | - |
| YUV | 117.4 | 148.09 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 155 | 153 | 0.81 | 0 | 0.01 | 0.39 | 179.04 | 0.68 | 0.36 |
| Hex | 1E | 9B | 99 | 51 | 0 | 1 | 27 | B3 | 44 | 24 |
| Octal | 36 | 233 | 231 | 121 | 0 | 1 | 47 | 263 | 104 | 44 |
| Binary | 11110 | 10011011 | 10011001 | 1010001 | 0 | 1 | 100111 | 10110011 | 1000100 | 100100 |
Color Harmonies of #1E9B99
Complementary color
Monochromatic Colors of #1E9B99
Black with #1E9B99
Text Example
Text Example
White with #1E9B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9B99; }
p { color: rgb(30,155,153); }
H1.HeaderClassName
{
color: #1E9B99;
}
.AnyTagClassName
{
color: #1E9B99;
}
</style>
background-color css
<style>
a { background-color: #1E9B99; }
a { background-color: rgb(30,155,153); }
div.DivClassName
{
background-color: #1E9B99;
}
.BgClassName
{
background-color: #1E9B99;
}
</style>
border-color css
<style>
span { border-color: #1E9B99; }
span { border-color: rgb(30,155,153); }
td.TdClassName
{
border-color: #1E9B99;
}
.TagClassName
{
border-color: #1E9B99;
}
</style>