Shades of Deep Sea #1E7E6E
Tints of Deep Sea #1E7E6E
RGB
CMYK
RGB Variations
Color information
#1E7E6E (or 0x1E7E6E) is known color: Deep Sea. HEX triplet: 1E, 7E and 6E. RGB value is (30,126,110). Sum of RGB (Red+Green+Blue) = 30+126+110=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 126 (49.61% from 255 or 47.37% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 126 - color contains mainly: green. Hex color #1E7E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7E6E is #E18191. Grayscale: #5F5F5F. Windows color (decimal): -14778770 or 7241246. OLE color: 7241246.
HSL color Cylindrical-coordinate representation of color #1E7E6E: hue angle of 170º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7E6E is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 126 | 110 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.51 |
| HSL | 170º | 0.62% | 0.31% | - |
| HSV(B) | 170º | 0.76% | 0.49% | - |
| XYZ | 10.81 | 16.32 | 17.33 | - |
| YUV | 95.47 | 136.2 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 126 | 110 | 0.76 | 0 | 0.13 | 0.51 | 170 | 0.62 | 0.31 |
| Hex | 1E | 7E | 6E | 4C | 0 | D | 33 | AA | 3E | 1F |
| Octal | 36 | 176 | 156 | 114 | 0 | 15 | 63 | 252 | 76 | 37 |
| Binary | 11110 | 1111110 | 1101110 | 1001100 | 0 | 1101 | 110011 | 10101010 | 111110 | 11111 |
Color Harmonies of #1E7E6E
Complementary color
Monochromatic Colors of #1E7E6E
Black with #1E7E6E
Text Example
Text Example
White with #1E7E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7E6E; }
p { color: rgb(30,126,110); }
H1.HeaderClassName
{
color: #1E7E6E;
}
.AnyTagClassName
{
color: #1E7E6E;
}
</style>
background-color css
<style>
a { background-color: #1E7E6E; }
a { background-color: rgb(30,126,110); }
div.DivClassName
{
background-color: #1E7E6E;
}
.BgClassName
{
background-color: #1E7E6E;
}
</style>
border-color css
<style>
span { border-color: #1E7E6E; }
span { border-color: rgb(30,126,110); }
td.TdClassName
{
border-color: #1E7E6E;
}
.TagClassName
{
border-color: #1E7E6E;
}
</style>