Shades of Lochmara #1E799A
Tints of Lochmara #1E799A
RGB
CMYK
RGB Variations
Color information
#1E799A (or 0x1E799A) is known color: Lochmara. HEX triplet: 1E, 79 and 9A. RGB value is (30,121,154). Sum of RGB (Red+Green+Blue) = 30+121+154=305 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.84% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #1E799A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E799A is #E18665. Grayscale: #616161. Windows color (decimal): -14780006 or 10123550. OLE color: 10123550.
HSL color Cylindrical-coordinate representation of color #1E799A: hue angle of 195.97º 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 #1E799A is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 30 | 121 | 154 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.40 |
| HSL | 195.97º | 0.67% | 0.36% | - |
| HSV(B) | 195.97º | 0.81% | 0.6% | - |
| XYZ | 13.21 | 16.28 | 33.02 | - |
| YUV | 97.55 | 159.85 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 121 | 154 | 0.81 | 0.21 | 0 | 0.40 | 195.97 | 0.67 | 0.36 |
| Hex | 1E | 79 | 9A | 51 | 15 | 0 | 28 | C4 | 43 | 24 |
| Octal | 36 | 171 | 232 | 121 | 25 | 0 | 50 | 304 | 103 | 44 |
| Binary | 11110 | 1111001 | 10011010 | 1010001 | 10101 | 0 | 101000 | 11000100 | 1000011 | 100100 |
Color Harmonies of #1E799A
Complementary color
Monochromatic Colors of #1E799A
Black with #1E799A
Text Example
Text Example
White with #1E799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E799A; }
p { color: rgb(30,121,154); }
H1.HeaderClassName
{
color: #1E799A;
}
.AnyTagClassName
{
color: #1E799A;
}
</style>
background-color css
<style>
a { background-color: #1E799A; }
a { background-color: rgb(30,121,154); }
div.DivClassName
{
background-color: #1E799A;
}
.BgClassName
{
background-color: #1E799A;
}
</style>
border-color css
<style>
span { border-color: #1E799A; }
span { border-color: rgb(30,121,154); }
td.TdClassName
{
border-color: #1E799A;
}
.TagClassName
{
border-color: #1E799A;
}
</style>