Shades of Deep Sea #1E7F67
Tints of Deep Sea #1E7F67
RGB
CMYK
RGB Variations
Color information
#1E7F67 (or 0x1E7F67) is known color: Deep Sea. HEX triplet: 1E, 7F and 67. RGB value is (30,127,103). Sum of RGB (Red+Green+Blue) = 30+127+103=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 127 (50% from 255 or 48.85% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 127 - color contains mainly: green. Hex color #1E7F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7F67 is #E18098. Grayscale: #5F5F5F. Windows color (decimal): -14778521 or 6782750. OLE color: 6782750.
HSL color Cylindrical-coordinate representation of color #1E7F67: hue angle of 165.15º 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 #1E7F67 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 127 | 103 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.50 |
| HSL | 165.15º | 0.62% | 0.31% | - |
| HSV(B) | 165.15º | 0.76% | 0.5% | - |
| XYZ | 10.57 | 16.43 | 15.45 | - |
| YUV | 95.26 | 132.36 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 127 | 103 | 0.76 | 0 | 0.19 | 0.50 | 165.15 | 0.62 | 0.31 |
| Hex | 1E | 7F | 67 | 4C | 0 | 13 | 32 | A5 | 3E | 1F |
| Octal | 36 | 177 | 147 | 114 | 0 | 23 | 62 | 245 | 76 | 37 |
| Binary | 11110 | 1111111 | 1100111 | 1001100 | 0 | 10011 | 110010 | 10100101 | 111110 | 11111 |
Color Harmonies of #1E7F67
Complementary color
Monochromatic Colors of #1E7F67
Black with #1E7F67
Text Example
Text Example
White with #1E7F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7F67; }
p { color: rgb(30,127,103); }
H1.HeaderClassName
{
color: #1E7F67;
}
.AnyTagClassName
{
color: #1E7F67;
}
</style>
background-color css
<style>
a { background-color: #1E7F67; }
a { background-color: rgb(30,127,103); }
div.DivClassName
{
background-color: #1E7F67;
}
.BgClassName
{
background-color: #1E7F67;
}
</style>
border-color css
<style>
span { border-color: #1E7F67; }
span { border-color: rgb(30,127,103); }
td.TdClassName
{
border-color: #1E7F67;
}
.TagClassName
{
border-color: #1E7F67;
}
</style>