Shades of Java #1E9A99
Tints of Java #1E9A99
RGB
CMYK
RGB Variations
Color information
#1E9A99 (or 0x1E9A99) is known color: Java. HEX triplet: 1E, 9A and 99. RGB value is (30,154,153). Sum of RGB (Red+Green+Blue) = 30+154+153=337 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.90% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 154 - color contains mainly: green. Hex color #1E9A99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9A99 is #E16566. Grayscale: #747474. Windows color (decimal): -14771559 or 10066462. OLE color: 10066462.
HSL color Cylindrical-coordinate representation of color #1E9A99: hue angle of 179.52º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E9A99 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 30 | 154 | 153 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.40 |
| HSL | 179.52º | 0.67% | 0.36% | - |
| HSV(B) | 179.52º | 0.81% | 0.6% | - |
| XYZ | 17.84 | 25.69 | 34.15 | - |
| YUV | 116.81 | 148.42 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 154 | 153 | 0.81 | 0 | 0.01 | 0.40 | 179.52 | 0.67 | 0.36 |
| Hex | 1E | 9A | 99 | 51 | 0 | 1 | 28 | B4 | 43 | 24 |
| Octal | 36 | 232 | 231 | 121 | 0 | 1 | 50 | 264 | 103 | 44 |
| Binary | 11110 | 10011010 | 10011001 | 1010001 | 0 | 1 | 101000 | 10110100 | 1000011 | 100100 |
Color Harmonies of #1E9A99
Complementary color
Monochromatic Colors of #1E9A99
Black with #1E9A99
Text Example
Text Example
White with #1E9A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9A99; }
p { color: rgb(30,154,153); }
H1.HeaderClassName
{
color: #1E9A99;
}
.AnyTagClassName
{
color: #1E9A99;
}
</style>
background-color css
<style>
a { background-color: #1E9A99; }
a { background-color: rgb(30,154,153); }
div.DivClassName
{
background-color: #1E9A99;
}
.BgClassName
{
background-color: #1E9A99;
}
</style>
border-color css
<style>
span { border-color: #1E9A99; }
span { border-color: rgb(30,154,153); }
td.TdClassName
{
border-color: #1E9A99;
}
.TagClassName
{
border-color: #1E9A99;
}
</style>