Shades of Deep Sea #1F7E5B
Tints of Deep Sea #1F7E5B
RGB
CMYK
RGB Variations
Color information
#1F7E5B (or 0x1F7E5B) is known color: Deep Sea. HEX triplet: 1F, 7E and 5B. RGB value is (31,126,91). Sum of RGB (Red+Green+Blue) = 31+126+91=248 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.5% from 248); Green value is 126 (49.61% from 255 or 50.81% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7E5B is #E081A4. Grayscale: #5D5D5D. Windows color (decimal): -14713253 or 5996063. OLE color: 5996063.
HSL color Cylindrical-coordinate representation of color #1F7E5B: hue angle of 157.89º 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 #1F7E5B is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 126 | 91 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.51 |
| HSL | 157.89º | 0.61% | 0.31% | - |
| HSV(B) | 157.89º | 0.75% | 0.49% | - |
| XYZ | 9.91 | 15.97 | 12.46 | - |
| YUV | 93.61 | 126.53 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 91 | 0.75 | 0 | 0.28 | 0.51 | 157.89 | 0.61 | 0.31 |
| Hex | 1F | 7E | 5B | 4B | 0 | 1C | 33 | 9E | 3D | 1F |
| Octal | 37 | 176 | 133 | 113 | 0 | 34 | 63 | 236 | 75 | 37 |
| Binary | 11111 | 1111110 | 1011011 | 1001011 | 0 | 11100 | 110011 | 10011110 | 111101 | 11111 |
Color Harmonies of #1F7E5B
Complementary color
Monochromatic Colors of #1F7E5B
Black with #1F7E5B
Text Example
Text Example
White with #1F7E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7E5B; }
p { color: rgb(31,126,91); }
H1.HeaderClassName
{
color: #1F7E5B;
}
.AnyTagClassName
{
color: #1F7E5B;
}
</style>
background-color css
<style>
a { background-color: #1F7E5B; }
a { background-color: rgb(31,126,91); }
div.DivClassName
{
background-color: #1F7E5B;
}
.BgClassName
{
background-color: #1F7E5B;
}
</style>
border-color css
<style>
span { border-color: #1F7E5B; }
span { border-color: rgb(31,126,91); }
td.TdClassName
{
border-color: #1F7E5B;
}
.TagClassName
{
border-color: #1F7E5B;
}
</style>