Shades of Deep Sea #1E715B
Tints of Deep Sea #1E715B
RGB
CMYK
RGB Variations
Color information
#1E715B (or 0x1E715B) is known color: Deep Sea. HEX triplet: 1E, 71 and 5B. RGB value is (30,113,91). Sum of RGB (Red+Green+Blue) = 30+113+91=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #1E715B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E715B is #E18EA4. Grayscale: #555555. Windows color (decimal): -14782117 or 5992734. OLE color: 5992734.
HSL color Cylindrical-coordinate representation of color #1E715B: hue angle of 164.1º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E715B is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 113 | 91 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.56 |
| HSL | 164.1º | 0.58% | 0.28% | - |
| HSV(B) | 164.1º | 0.73% | 0.44% | - |
| XYZ | 8.33 | 12.84 | 11.94 | - |
| YUV | 85.68 | 131 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 113 | 91 | 0.73 | 0 | 0.19 | 0.56 | 164.1 | 0.58 | 0.28 |
| Hex | 1E | 71 | 5B | 49 | 0 | 13 | 38 | A4 | 3A | 1C |
| Octal | 36 | 161 | 133 | 111 | 0 | 23 | 70 | 244 | 72 | 34 |
| Binary | 11110 | 1110001 | 1011011 | 1001001 | 0 | 10011 | 111000 | 10100100 | 111010 | 11100 |
Color Harmonies of #1E715B
Complementary color
Monochromatic Colors of #1E715B
Black with #1E715B
Text Example
Text Example
White with #1E715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E715B; }
p { color: rgb(30,113,91); }
H1.HeaderClassName
{
color: #1E715B;
}
.AnyTagClassName
{
color: #1E715B;
}
</style>
background-color css
<style>
a { background-color: #1E715B; }
a { background-color: rgb(30,113,91); }
div.DivClassName
{
background-color: #1E715B;
}
.BgClassName
{
background-color: #1E715B;
}
</style>
border-color css
<style>
span { border-color: #1E715B; }
span { border-color: rgb(30,113,91); }
td.TdClassName
{
border-color: #1E715B;
}
.TagClassName
{
border-color: #1E715B;
}
</style>