Shades of Java #1E969C
Tints of Java #1E969C
RGB
CMYK
RGB Variations
Color information
#1E969C (or 0x1E969C) is known color: Java. HEX triplet: 1E, 96 and 9C. RGB value is (30,150,156). Sum of RGB (Red+Green+Blue) = 30+150+156=336 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.93% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E969C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E969C is #E16963. Grayscale: #727272. Windows color (decimal): -14772580 or 10262046. OLE color: 10262046.
HSL color Cylindrical-coordinate representation of color #1E969C: hue angle of 182.86º 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 #1E969C is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 150 | 156 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.39 |
| HSL | 182.86º | 0.68% | 0.36% | - |
| HSV(B) | 182.86º | 0.81% | 0.61% | - |
| XYZ | 17.44 | 24.49 | 35.26 | - |
| YUV | 114.8 | 151.24 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 150 | 156 | 0.81 | 0.04 | 0 | 0.39 | 182.86 | 0.68 | 0.36 |
| Hex | 1E | 96 | 9C | 51 | 4 | 0 | 27 | B7 | 44 | 24 |
| Octal | 36 | 226 | 234 | 121 | 4 | 0 | 47 | 267 | 104 | 44 |
| Binary | 11110 | 10010110 | 10011100 | 1010001 | 100 | 0 | 100111 | 10110111 | 1000100 | 100100 |
Color Harmonies of #1E969C
Complementary color
Monochromatic Colors of #1E969C
Black with #1E969C
Text Example
Text Example
White with #1E969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E969C; }
p { color: rgb(30,150,156); }
H1.HeaderClassName
{
color: #1E969C;
}
.AnyTagClassName
{
color: #1E969C;
}
</style>
background-color css
<style>
a { background-color: #1E969C; }
a { background-color: rgb(30,150,156); }
div.DivClassName
{
background-color: #1E969C;
}
.BgClassName
{
background-color: #1E969C;
}
</style>
border-color css
<style>
span { border-color: #1E969C; }
span { border-color: rgb(30,150,156); }
td.TdClassName
{
border-color: #1E969C;
}
.TagClassName
{
border-color: #1E969C;
}
</style>