Shades of Deep Sea #1E7E6B
Tints of Deep Sea #1E7E6B
RGB
CMYK
RGB Variations
Color information
#1E7E6B (or 0x1E7E6B) is known color: Deep Sea. HEX triplet: 1E, 7E and 6B. RGB value is (30,126,107). Sum of RGB (Red+Green+Blue) = 30+126+107=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 126 (49.61% from 255 or 47.91% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 126 - color contains mainly: green. Hex color #1E7E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7E6B is #E18194. Grayscale: #5F5F5F. Windows color (decimal): -14778773 or 7044638. OLE color: 7044638.
HSL color Cylindrical-coordinate representation of color #1E7E6B: hue angle of 168.12º 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 #1E7E6B is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 126 | 107 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.51 |
| HSL | 168.13º | 0.62% | 0.31% | - |
| HSV(B) | 168.13º | 0.76% | 0.49% | - |
| XYZ | 10.65 | 16.26 | 16.49 | - |
| YUV | 95.13 | 134.7 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 126 | 107 | 0.76 | 0 | 0.15 | 0.51 | 168.13 | 0.62 | 0.31 |
| Hex | 1E | 7E | 6B | 4C | 0 | F | 33 | A8 | 3E | 1F |
| Octal | 36 | 176 | 153 | 114 | 0 | 17 | 63 | 250 | 76 | 37 |
| Binary | 11110 | 1111110 | 1101011 | 1001100 | 0 | 1111 | 110011 | 10101000 | 111110 | 11111 |
Color Harmonies of #1E7E6B
Complementary color
Monochromatic Colors of #1E7E6B
Black with #1E7E6B
Text Example
Text Example
White with #1E7E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7E6B; }
p { color: rgb(30,126,107); }
H1.HeaderClassName
{
color: #1E7E6B;
}
.AnyTagClassName
{
color: #1E7E6B;
}
</style>
background-color css
<style>
a { background-color: #1E7E6B; }
a { background-color: rgb(30,126,107); }
div.DivClassName
{
background-color: #1E7E6B;
}
.BgClassName
{
background-color: #1E7E6B;
}
</style>
border-color css
<style>
span { border-color: #1E7E6B; }
span { border-color: rgb(30,126,107); }
td.TdClassName
{
border-color: #1E7E6B;
}
.TagClassName
{
border-color: #1E7E6B;
}
</style>