Shades of Deep Sea #1E7B6D
Tints of Deep Sea #1E7B6D
RGB
CMYK
RGB Variations
Color information
#1E7B6D (or 0x1E7B6D) is known color: Deep Sea. HEX triplet: 1E, 7B and 6D. RGB value is (30,123,109). Sum of RGB (Red+Green+Blue) = 30+123+109=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 123 (48.44% from 255 or 46.95% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 123 - color contains mainly: green. Hex color #1E7B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7B6D is #E18492. Grayscale: #5D5D5D. Windows color (decimal): -14779539 or 7174942. OLE color: 7174942.
HSL color Cylindrical-coordinate representation of color #1E7B6D: hue angle of 170.97º 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 #1E7B6D is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 30 | 123 | 109 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.52 |
| HSL | 170.97º | 0.61% | 0.3% | - |
| HSV(B) | 170.97º | 0.76% | 0.48% | - |
| XYZ | 10.38 | 15.55 | 16.92 | - |
| YUV | 93.6 | 136.69 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 123 | 109 | 0.76 | 0 | 0.11 | 0.52 | 170.97 | 0.61 | 0.3 |
| Hex | 1E | 7B | 6D | 4C | 0 | B | 34 | AB | 3D | 1E |
| Octal | 36 | 173 | 155 | 114 | 0 | 13 | 64 | 253 | 75 | 36 |
| Binary | 11110 | 1111011 | 1101101 | 1001100 | 0 | 1011 | 110100 | 10101011 | 111101 | 11110 |
Color Harmonies of #1E7B6D
Complementary color
Monochromatic Colors of #1E7B6D
Black with #1E7B6D
Text Example
Text Example
White with #1E7B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7B6D; }
p { color: rgb(30,123,109); }
H1.HeaderClassName
{
color: #1E7B6D;
}
.AnyTagClassName
{
color: #1E7B6D;
}
</style>
background-color css
<style>
a { background-color: #1E7B6D; }
a { background-color: rgb(30,123,109); }
div.DivClassName
{
background-color: #1E7B6D;
}
.BgClassName
{
background-color: #1E7B6D;
}
</style>
border-color css
<style>
span { border-color: #1E7B6D; }
span { border-color: rgb(30,123,109); }
td.TdClassName
{
border-color: #1E7B6D;
}
.TagClassName
{
border-color: #1E7B6D;
}
</style>