Shades of Deep Sea #1E7F66
Tints of Deep Sea #1E7F66
RGB
CMYK
RGB Variations
Color information
#1E7F66 (or 0x1E7F66) is known color: Deep Sea. HEX triplet: 1E, 7F and 66. RGB value is (30,127,102). Sum of RGB (Red+Green+Blue) = 30+127+102=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 127 (50% from 255 or 49.03% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 127 - color contains mainly: green. Hex color #1E7F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7F66 is #E18099. Grayscale: #5F5F5F. Windows color (decimal): -14778522 or 6717214. OLE color: 6717214.
HSL color Cylindrical-coordinate representation of color #1E7F66: hue angle of 164.54º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7F66 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 127 | 102 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.50 |
| HSL | 164.54º | 0.62% | 0.31% | - |
| HSV(B) | 164.54º | 0.76% | 0.5% | - |
| XYZ | 10.52 | 16.41 | 15.18 | - |
| YUV | 95.15 | 131.86 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 127 | 102 | 0.76 | 0 | 0.20 | 0.50 | 164.54 | 0.62 | 0.31 |
| Hex | 1E | 7F | 66 | 4C | 0 | 14 | 32 | A5 | 3E | 1F |
| Octal | 36 | 177 | 146 | 114 | 0 | 24 | 62 | 245 | 76 | 37 |
| Binary | 11110 | 1111111 | 1100110 | 1001100 | 0 | 10100 | 110010 | 10100101 | 111110 | 11111 |
Color Harmonies of #1E7F66
Complementary color
Monochromatic Colors of #1E7F66
Black with #1E7F66
Text Example
Text Example
White with #1E7F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7F66; }
p { color: rgb(30,127,102); }
H1.HeaderClassName
{
color: #1E7F66;
}
.AnyTagClassName
{
color: #1E7F66;
}
</style>
background-color css
<style>
a { background-color: #1E7F66; }
a { background-color: rgb(30,127,102); }
div.DivClassName
{
background-color: #1E7F66;
}
.BgClassName
{
background-color: #1E7F66;
}
</style>
border-color css
<style>
span { border-color: #1E7F66; }
span { border-color: rgb(30,127,102); }
td.TdClassName
{
border-color: #1E7F66;
}
.TagClassName
{
border-color: #1E7F66;
}
</style>