Shades of Deep Sea #1E776A
Tints of Deep Sea #1E776A
RGB
CMYK
RGB Variations
Color information
#1E776A (or 0x1E776A) is known color: Deep Sea. HEX triplet: 1E, 77 and 6A. RGB value is (30,119,106). Sum of RGB (Red+Green+Blue) = 30+119+106=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #1E776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E776A is #E18895. Grayscale: #5A5A5A. Windows color (decimal): -14780566 or 6977310. OLE color: 6977310.
HSL color Cylindrical-coordinate representation of color #1E776A: hue angle of 171.24º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E776A is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 119 | 106 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.53 |
| HSL | 171.24º | 0.6% | 0.29% | - |
| HSV(B) | 171.24º | 0.75% | 0.47% | - |
| XYZ | 9.73 | 14.51 | 15.92 | - |
| YUV | 90.91 | 136.51 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 119 | 106 | 0.75 | 0 | 0.11 | 0.53 | 171.24 | 0.6 | 0.29 |
| Hex | 1E | 77 | 6A | 4B | 0 | B | 35 | AB | 3C | 1D |
| Octal | 36 | 167 | 152 | 113 | 0 | 13 | 65 | 253 | 74 | 35 |
| Binary | 11110 | 1110111 | 1101010 | 1001011 | 0 | 1011 | 110101 | 10101011 | 111100 | 11101 |
Color Harmonies of #1E776A
Complementary color
Monochromatic Colors of #1E776A
Black with #1E776A
Text Example
Text Example
White with #1E776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E776A; }
p { color: rgb(30,119,106); }
H1.HeaderClassName
{
color: #1E776A;
}
.AnyTagClassName
{
color: #1E776A;
}
</style>
background-color css
<style>
a { background-color: #1E776A; }
a { background-color: rgb(30,119,106); }
div.DivClassName
{
background-color: #1E776A;
}
.BgClassName
{
background-color: #1E776A;
}
</style>
border-color css
<style>
span { border-color: #1E776A; }
span { border-color: rgb(30,119,106); }
td.TdClassName
{
border-color: #1E776A;
}
.TagClassName
{
border-color: #1E776A;
}
</style>