Shades of Deep Sea #1E776B
Tints of Deep Sea #1E776B
RGB
CMYK
RGB Variations
Color information
#1E776B (or 0x1E776B) is known color: Deep Sea. HEX triplet: 1E, 77 and 6B. RGB value is (30,119,107). Sum of RGB (Red+Green+Blue) = 30+119+107=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #1E776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E776B is #E18894. Grayscale: #5A5A5A. Windows color (decimal): -14780565 or 7042846. OLE color: 7042846.
HSL color Cylindrical-coordinate representation of color #1E776B: hue angle of 171.91º 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 #1E776B is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 119 | 107 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.53 |
| HSL | 171.91º | 0.6% | 0.29% | - |
| HSV(B) | 171.91º | 0.75% | 0.47% | - |
| XYZ | 9.79 | 14.53 | 16.2 | - |
| YUV | 91.02 | 137.01 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 119 | 107 | 0.75 | 0 | 0.10 | 0.53 | 171.91 | 0.6 | 0.29 |
| Hex | 1E | 77 | 6B | 4B | 0 | A | 35 | AC | 3C | 1D |
| Octal | 36 | 167 | 153 | 113 | 0 | 12 | 65 | 254 | 74 | 35 |
| Binary | 11110 | 1110111 | 1101011 | 1001011 | 0 | 1010 | 110101 | 10101100 | 111100 | 11101 |
Color Harmonies of #1E776B
Complementary color
Monochromatic Colors of #1E776B
Black with #1E776B
Text Example
Text Example
White with #1E776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E776B; }
p { color: rgb(30,119,107); }
H1.HeaderClassName
{
color: #1E776B;
}
.AnyTagClassName
{
color: #1E776B;
}
</style>
background-color css
<style>
a { background-color: #1E776B; }
a { background-color: rgb(30,119,107); }
div.DivClassName
{
background-color: #1E776B;
}
.BgClassName
{
background-color: #1E776B;
}
</style>
border-color css
<style>
span { border-color: #1E776B; }
span { border-color: rgb(30,119,107); }
td.TdClassName
{
border-color: #1E776B;
}
.TagClassName
{
border-color: #1E776B;
}
</style>