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