Shades of Deep Sea #1F7E5D
Tints of Deep Sea #1F7E5D
RGB
CMYK
RGB Variations
Color information
#1F7E5D (or 0x1F7E5D) is known color: Deep Sea. HEX triplet: 1F, 7E and 5D. RGB value is (31,126,93). Sum of RGB (Red+Green+Blue) = 31+126+93=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 126 (49.61% from 255 or 50.4% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7E5D is #E081A2. Grayscale: #5D5D5D. Windows color (decimal): -14713251 or 6127135. OLE color: 6127135.
HSL color Cylindrical-coordinate representation of color #1F7E5D: hue angle of 159.16º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7E5D is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 126 | 93 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.51 |
| HSL | 159.16º | 0.61% | 0.31% | - |
| HSV(B) | 159.16º | 0.75% | 0.49% | - |
| XYZ | 10 | 16 | 12.92 | - |
| YUV | 93.83 | 127.53 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 93 | 0.75 | 0 | 0.26 | 0.51 | 159.16 | 0.61 | 0.31 |
| Hex | 1F | 7E | 5D | 4B | 0 | 1A | 33 | 9F | 3D | 1F |
| Octal | 37 | 176 | 135 | 113 | 0 | 32 | 63 | 237 | 75 | 37 |
| Binary | 11111 | 1111110 | 1011101 | 1001011 | 0 | 11010 | 110011 | 10011111 | 111101 | 11111 |
Color Harmonies of #1F7E5D
Complementary color
Monochromatic Colors of #1F7E5D
Black with #1F7E5D
Text Example
Text Example
White with #1F7E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7E5D; }
p { color: rgb(31,126,93); }
H1.HeaderClassName
{
color: #1F7E5D;
}
.AnyTagClassName
{
color: #1F7E5D;
}
</style>
background-color css
<style>
a { background-color: #1F7E5D; }
a { background-color: rgb(31,126,93); }
div.DivClassName
{
background-color: #1F7E5D;
}
.BgClassName
{
background-color: #1F7E5D;
}
</style>
border-color css
<style>
span { border-color: #1F7E5D; }
span { border-color: rgb(31,126,93); }
td.TdClassName
{
border-color: #1F7E5D;
}
.TagClassName
{
border-color: #1F7E5D;
}
</style>