Shades of Deep Sea #1E7F5B
Tints of Deep Sea #1E7F5B
RGB
CMYK
RGB Variations
Color information
#1E7F5B (or 0x1E7F5B) is known color: Deep Sea. HEX triplet: 1E, 7F and 5B. RGB value is (30,127,91). Sum of RGB (Red+Green+Blue) = 30+127+91=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #1E7F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7F5B is #E180A4. Grayscale: #5D5D5D. Windows color (decimal): -14778533 or 5996318. OLE color: 5996318.
HSL color Cylindrical-coordinate representation of color #1E7F5B: hue angle of 157.73º 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 #1E7F5B is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 127 | 91 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.50 |
| HSL | 157.73º | 0.62% | 0.31% | - |
| HSV(B) | 157.73º | 0.76% | 0.5% | - |
| XYZ | 10.01 | 16.21 | 12.5 | - |
| YUV | 93.89 | 126.36 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 127 | 91 | 0.76 | 0 | 0.28 | 0.50 | 157.73 | 0.62 | 0.31 |
| Hex | 1E | 7F | 5B | 4C | 0 | 1C | 32 | 9E | 3E | 1F |
| Octal | 36 | 177 | 133 | 114 | 0 | 34 | 62 | 236 | 76 | 37 |
| Binary | 11110 | 1111111 | 1011011 | 1001100 | 0 | 11100 | 110010 | 10011110 | 111110 | 11111 |
Color Harmonies of #1E7F5B
Complementary color
Monochromatic Colors of #1E7F5B
Black with #1E7F5B
Text Example
Text Example
White with #1E7F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7F5B; }
p { color: rgb(30,127,91); }
H1.HeaderClassName
{
color: #1E7F5B;
}
.AnyTagClassName
{
color: #1E7F5B;
}
</style>
background-color css
<style>
a { background-color: #1E7F5B; }
a { background-color: rgb(30,127,91); }
div.DivClassName
{
background-color: #1E7F5B;
}
.BgClassName
{
background-color: #1E7F5B;
}
</style>
border-color css
<style>
span { border-color: #1E7F5B; }
span { border-color: rgb(30,127,91); }
td.TdClassName
{
border-color: #1E7F5B;
}
.TagClassName
{
border-color: #1E7F5B;
}
</style>