Shades of Java #1E9597
Tints of Java #1E9597
RGB
CMYK
RGB Variations
Color information
#1E9597 (or 0x1E9597) is known color: Java. HEX triplet: 1E, 95 and 97. RGB value is (30,149,151). Sum of RGB (Red+Green+Blue) = 30+149+151=330 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.09% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 151 - color contains mainly: blue. Hex color #1E9597 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9597 is #E16A68. Grayscale: #717171. Windows color (decimal): -14772841 or 9934110. OLE color: 9934110.
HSL color Cylindrical-coordinate representation of color #1E9597: hue angle of 180.99º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9597 is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 30 | 149 | 151 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.41 |
| HSL | 180.99º | 0.67% | 0.35% | - |
| HSV(B) | 180.99º | 0.8% | 0.59% | - |
| XYZ | 16.87 | 24.01 | 33.02 | - |
| YUV | 113.65 | 149.08 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 149 | 151 | 0.80 | 0.01 | 0 | 0.41 | 180.99 | 0.67 | 0.35 |
| Hex | 1E | 95 | 97 | 50 | 1 | 0 | 29 | B5 | 43 | 23 |
| Octal | 36 | 225 | 227 | 120 | 1 | 0 | 51 | 265 | 103 | 43 |
| Binary | 11110 | 10010101 | 10010111 | 1010000 | 1 | 0 | 101001 | 10110101 | 1000011 | 100011 |
Color Harmonies of #1E9597
Complementary color
Monochromatic Colors of #1E9597
Black with #1E9597
Text Example
Text Example
White with #1E9597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9597; }
p { color: rgb(30,149,151); }
H1.HeaderClassName
{
color: #1E9597;
}
.AnyTagClassName
{
color: #1E9597;
}
</style>
background-color css
<style>
a { background-color: #1E9597; }
a { background-color: rgb(30,149,151); }
div.DivClassName
{
background-color: #1E9597;
}
.BgClassName
{
background-color: #1E9597;
}
</style>
border-color css
<style>
span { border-color: #1E9597; }
span { border-color: rgb(30,149,151); }
td.TdClassName
{
border-color: #1E9597;
}
.TagClassName
{
border-color: #1E9597;
}
</style>