Shades of Deep Sea #1E7A64
Tints of Deep Sea #1E7A64
RGB
CMYK
RGB Variations
Color information
#1E7A64 (or 0x1E7A64) is known color: Deep Sea. HEX triplet: 1E, 7A and 64. RGB value is (30,122,100). Sum of RGB (Red+Green+Blue) = 30+122+100=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 122 (48.05% from 255 or 48.41% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 122 - color contains mainly: green. Hex color #1E7A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7A64 is #E1859B. Grayscale: #5B5B5B. Windows color (decimal): -14779804 or 6584862. OLE color: 6584862.
HSL color Cylindrical-coordinate representation of color #1E7A64: hue angle of 165.65º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7A64 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 30 | 122 | 100 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.52 |
| HSL | 165.65º | 0.61% | 0.3% | - |
| HSV(B) | 165.65º | 0.75% | 0.48% | - |
| XYZ | 9.8 | 15.12 | 14.46 | - |
| YUV | 91.98 | 132.52 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 122 | 100 | 0.75 | 0 | 0.18 | 0.52 | 165.65 | 0.61 | 0.3 |
| Hex | 1E | 7A | 64 | 4B | 0 | 12 | 34 | A6 | 3D | 1E |
| Octal | 36 | 172 | 144 | 113 | 0 | 22 | 64 | 246 | 75 | 36 |
| Binary | 11110 | 1111010 | 1100100 | 1001011 | 0 | 10010 | 110100 | 10100110 | 111101 | 11110 |
Color Harmonies of #1E7A64
Complementary color
Monochromatic Colors of #1E7A64
Black with #1E7A64
Text Example
Text Example
White with #1E7A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7A64; }
p { color: rgb(30,122,100); }
H1.HeaderClassName
{
color: #1E7A64;
}
.AnyTagClassName
{
color: #1E7A64;
}
</style>
background-color css
<style>
a { background-color: #1E7A64; }
a { background-color: rgb(30,122,100); }
div.DivClassName
{
background-color: #1E7A64;
}
.BgClassName
{
background-color: #1E7A64;
}
</style>
border-color css
<style>
span { border-color: #1E7A64; }
span { border-color: rgb(30,122,100); }
td.TdClassName
{
border-color: #1E7A64;
}
.TagClassName
{
border-color: #1E7A64;
}
</style>