Shades of Java #1E979C
Tints of Java #1E979C
RGB
CMYK
RGB Variations
Color information
#1E979C (or 0x1E979C) is known color: Java. HEX triplet: 1E, 97 and 9C. RGB value is (30,151,156). Sum of RGB (Red+Green+Blue) = 30+151+156=337 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.90% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E979C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E979C is #E16863. Grayscale: #737373. Windows color (decimal): -14772324 or 10262302. OLE color: 10262302.
HSL color Cylindrical-coordinate representation of color #1E979C: hue angle of 182.38º 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 #1E979C is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 151 | 156 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.39 |
| HSL | 182.38º | 0.68% | 0.36% | - |
| HSV(B) | 182.38º | 0.81% | 0.61% | - |
| XYZ | 17.6 | 24.81 | 35.31 | - |
| YUV | 115.39 | 150.91 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 151 | 156 | 0.81 | 0.03 | 0 | 0.39 | 182.38 | 0.68 | 0.36 |
| Hex | 1E | 97 | 9C | 51 | 3 | 0 | 27 | B6 | 44 | 24 |
| Octal | 36 | 227 | 234 | 121 | 3 | 0 | 47 | 266 | 104 | 44 |
| Binary | 11110 | 10010111 | 10011100 | 1010001 | 11 | 0 | 100111 | 10110110 | 1000100 | 100100 |
Color Harmonies of #1E979C
Complementary color
Monochromatic Colors of #1E979C
Black with #1E979C
Text Example
Text Example
White with #1E979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E979C; }
p { color: rgb(30,151,156); }
H1.HeaderClassName
{
color: #1E979C;
}
.AnyTagClassName
{
color: #1E979C;
}
</style>
background-color css
<style>
a { background-color: #1E979C; }
a { background-color: rgb(30,151,156); }
div.DivClassName
{
background-color: #1E979C;
}
.BgClassName
{
background-color: #1E979C;
}
</style>
border-color css
<style>
span { border-color: #1E979C; }
span { border-color: rgb(30,151,156); }
td.TdClassName
{
border-color: #1E979C;
}
.TagClassName
{
border-color: #1E979C;
}
</style>