Shades of Deep Sea #1E7B6E
Tints of Deep Sea #1E7B6E
RGB
CMYK
RGB Variations
Color information
#1E7B6E (or 0x1E7B6E) is known color: Deep Sea. HEX triplet: 1E, 7B and 6E. RGB value is (30,123,110). Sum of RGB (Red+Green+Blue) = 30+123+110=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 123 (48.44% from 255 or 46.77% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 123 - color contains mainly: green. Hex color #1E7B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7B6E is #E18491. Grayscale: #5D5D5D. Windows color (decimal): -14779538 or 7240478. OLE color: 7240478.
HSL color Cylindrical-coordinate representation of color #1E7B6E: hue angle of 171.61º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7B6E is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 30 | 123 | 110 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.52 |
| HSL | 171.61º | 0.61% | 0.3% | - |
| HSV(B) | 171.61º | 0.76% | 0.48% | - |
| XYZ | 10.43 | 15.57 | 17.21 | - |
| YUV | 93.71 | 137.19 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 123 | 110 | 0.76 | 0 | 0.11 | 0.52 | 171.61 | 0.61 | 0.3 |
| Hex | 1E | 7B | 6E | 4C | 0 | B | 34 | AC | 3D | 1E |
| Octal | 36 | 173 | 156 | 114 | 0 | 13 | 64 | 254 | 75 | 36 |
| Binary | 11110 | 1111011 | 1101110 | 1001100 | 0 | 1011 | 110100 | 10101100 | 111101 | 11110 |
Color Harmonies of #1E7B6E
Complementary color
Monochromatic Colors of #1E7B6E
Black with #1E7B6E
Text Example
Text Example
White with #1E7B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7B6E; }
p { color: rgb(30,123,110); }
H1.HeaderClassName
{
color: #1E7B6E;
}
.AnyTagClassName
{
color: #1E7B6E;
}
</style>
background-color css
<style>
a { background-color: #1E7B6E; }
a { background-color: rgb(30,123,110); }
div.DivClassName
{
background-color: #1E7B6E;
}
.BgClassName
{
background-color: #1E7B6E;
}
</style>
border-color css
<style>
span { border-color: #1E7B6E; }
span { border-color: rgb(30,123,110); }
td.TdClassName
{
border-color: #1E7B6E;
}
.TagClassName
{
border-color: #1E7B6E;
}
</style>