Shades of Deep Sea #1F7D5B
Tints of Deep Sea #1F7D5B
RGB
CMYK
RGB Variations
Color information
#1F7D5B (or 0x1F7D5B) is known color: Deep Sea. HEX triplet: 1F, 7D and 5B. RGB value is (31,125,91). Sum of RGB (Red+Green+Blue) = 31+125+91=247 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.55% from 247); Green value is 125 (49.22% from 255 or 50.61% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 125 - color contains mainly: green. Hex color #1F7D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7D5B is #E082A4. Grayscale: #5D5D5D. Windows color (decimal): -14713509 or 5995807. OLE color: 5995807.
HSL color Cylindrical-coordinate representation of color #1F7D5B: hue angle of 158.3º degrees, saturation: 0.6, 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 #1F7D5B is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 125 | 91 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.51 |
| HSL | 158.3º | 0.6% | 0.31% | - |
| HSV(B) | 158.3º | 0.75% | 0.49% | - |
| XYZ | 9.79 | 15.71 | 12.41 | - |
| YUV | 93.02 | 126.86 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 125 | 91 | 0.75 | 0 | 0.27 | 0.51 | 158.3 | 0.6 | 0.31 |
| Hex | 1F | 7D | 5B | 4B | 0 | 1B | 33 | 9E | 3C | 1F |
| Octal | 37 | 175 | 133 | 113 | 0 | 33 | 63 | 236 | 74 | 37 |
| Binary | 11111 | 1111101 | 1011011 | 1001011 | 0 | 11011 | 110011 | 10011110 | 111100 | 11111 |
Color Harmonies of #1F7D5B
Complementary color
Monochromatic Colors of #1F7D5B
Black with #1F7D5B
Text Example
Text Example
White with #1F7D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7D5B; }
p { color: rgb(31,125,91); }
H1.HeaderClassName
{
color: #1F7D5B;
}
.AnyTagClassName
{
color: #1F7D5B;
}
</style>
background-color css
<style>
a { background-color: #1F7D5B; }
a { background-color: rgb(31,125,91); }
div.DivClassName
{
background-color: #1F7D5B;
}
.BgClassName
{
background-color: #1F7D5B;
}
</style>
border-color css
<style>
span { border-color: #1F7D5B; }
span { border-color: rgb(31,125,91); }
td.TdClassName
{
border-color: #1F7D5B;
}
.TagClassName
{
border-color: #1F7D5B;
}
</style>