Shades of Deep Sea #1F7D5C
Tints of Deep Sea #1F7D5C
RGB
CMYK
RGB Variations
Color information
#1F7D5C (or 0x1F7D5C) is known color: Deep Sea. HEX triplet: 1F, 7D and 5C. RGB value is (31,125,92). Sum of RGB (Red+Green+Blue) = 31+125+92=248 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.5% from 248); Green value is 125 (49.22% from 255 or 50.40% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 125 - color contains mainly: green. Hex color #1F7D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7D5C is #E082A3. Grayscale: #5D5D5D. Windows color (decimal): -14713508 or 6061343. OLE color: 6061343.
HSL color Cylindrical-coordinate representation of color #1F7D5C: hue angle of 158.94º 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 #1F7D5C is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 125 | 92 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.51 |
| HSL | 158.94º | 0.6% | 0.31% | - |
| HSV(B) | 158.94º | 0.75% | 0.49% | - |
| XYZ | 9.83 | 15.73 | 12.64 | - |
| YUV | 93.13 | 127.36 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 125 | 92 | 0.75 | 0 | 0.26 | 0.51 | 158.94 | 0.6 | 0.31 |
| Hex | 1F | 7D | 5C | 4B | 0 | 1A | 33 | 9F | 3C | 1F |
| Octal | 37 | 175 | 134 | 113 | 0 | 32 | 63 | 237 | 74 | 37 |
| Binary | 11111 | 1111101 | 1011100 | 1001011 | 0 | 11010 | 110011 | 10011111 | 111100 | 11111 |
Color Harmonies of #1F7D5C
Complementary color
Monochromatic Colors of #1F7D5C
Black with #1F7D5C
Text Example
Text Example
White with #1F7D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7D5C; }
p { color: rgb(31,125,92); }
H1.HeaderClassName
{
color: #1F7D5C;
}
.AnyTagClassName
{
color: #1F7D5C;
}
</style>
background-color css
<style>
a { background-color: #1F7D5C; }
a { background-color: rgb(31,125,92); }
div.DivClassName
{
background-color: #1F7D5C;
}
.BgClassName
{
background-color: #1F7D5C;
}
</style>
border-color css
<style>
span { border-color: #1F7D5C; }
span { border-color: rgb(31,125,92); }
td.TdClassName
{
border-color: #1F7D5C;
}
.TagClassName
{
border-color: #1F7D5C;
}
</style>