Shades of Java #1E9B97
Tints of Java #1E9B97
RGB
CMYK
RGB Variations
Color information
#1E9B97 (or 0x1E9B97) is known color: Java. HEX triplet: 1E, 9B and 97. RGB value is (30,155,151). Sum of RGB (Red+Green+Blue) = 30+155+151=336 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.93% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #1E9B97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9B97 is #E16468. Grayscale: #757575. Windows color (decimal): -14771305 or 9935646. OLE color: 9935646.
HSL color Cylindrical-coordinate representation of color #1E9B97: hue angle of 178.08º 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 #1E9B97 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 155 | 151 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.39 |
| HSL | 178.08º | 0.68% | 0.36% | - |
| HSV(B) | 178.08º | 0.81% | 0.61% | - |
| XYZ | 17.84 | 25.95 | 33.35 | - |
| YUV | 117.17 | 147.09 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 155 | 151 | 0.81 | 0 | 0.03 | 0.39 | 178.08 | 0.68 | 0.36 |
| Hex | 1E | 9B | 97 | 51 | 0 | 3 | 27 | B2 | 44 | 24 |
| Octal | 36 | 233 | 227 | 121 | 0 | 3 | 47 | 262 | 104 | 44 |
| Binary | 11110 | 10011011 | 10010111 | 1010001 | 0 | 11 | 100111 | 10110010 | 1000100 | 100100 |
Color Harmonies of #1E9B97
Complementary color
Monochromatic Colors of #1E9B97
Black with #1E9B97
Text Example
Text Example
White with #1E9B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9B97; }
p { color: rgb(30,155,151); }
H1.HeaderClassName
{
color: #1E9B97;
}
.AnyTagClassName
{
color: #1E9B97;
}
</style>
background-color css
<style>
a { background-color: #1E9B97; }
a { background-color: rgb(30,155,151); }
div.DivClassName
{
background-color: #1E9B97;
}
.BgClassName
{
background-color: #1E9B97;
}
</style>
border-color css
<style>
span { border-color: #1E9B97; }
span { border-color: rgb(30,155,151); }
td.TdClassName
{
border-color: #1E9B97;
}
.TagClassName
{
border-color: #1E9B97;
}
</style>