Shades of Deep Sea #1F7C5C
Tints of Deep Sea #1F7C5C
RGB
CMYK
RGB Variations
Color information
#1F7C5C (or 0x1F7C5C) is known color: Deep Sea. HEX triplet: 1F, 7C and 5C. RGB value is (31,124,92). Sum of RGB (Red+Green+Blue) = 31+124+92=247 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.55% from 247); Green value is 124 (48.83% from 255 or 50.20% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 124 - color contains mainly: green. Hex color #1F7C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7C5C is #E083A3. Grayscale: #5C5C5C. Windows color (decimal): -14713764 or 6061087. OLE color: 6061087.
HSL color Cylindrical-coordinate representation of color #1F7C5C: hue angle of 159.35º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7C5C is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 124 | 92 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.51 |
| HSL | 159.35º | 0.6% | 0.3% | - |
| HSV(B) | 159.35º | 0.75% | 0.49% | - |
| XYZ | 9.7 | 15.48 | 12.6 | - |
| YUV | 92.55 | 127.69 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 124 | 92 | 0.75 | 0 | 0.26 | 0.51 | 159.35 | 0.6 | 0.3 |
| Hex | 1F | 7C | 5C | 4B | 0 | 1A | 33 | 9F | 3C | 1E |
| Octal | 37 | 174 | 134 | 113 | 0 | 32 | 63 | 237 | 74 | 36 |
| Binary | 11111 | 1111100 | 1011100 | 1001011 | 0 | 11010 | 110011 | 10011111 | 111100 | 11110 |
Color Harmonies of #1F7C5C
Complementary color
Monochromatic Colors of #1F7C5C
Black with #1F7C5C
Text Example
Text Example
White with #1F7C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7C5C; }
p { color: rgb(31,124,92); }
H1.HeaderClassName
{
color: #1F7C5C;
}
.AnyTagClassName
{
color: #1F7C5C;
}
</style>
background-color css
<style>
a { background-color: #1F7C5C; }
a { background-color: rgb(31,124,92); }
div.DivClassName
{
background-color: #1F7C5C;
}
.BgClassName
{
background-color: #1F7C5C;
}
</style>
border-color css
<style>
span { border-color: #1F7C5C; }
span { border-color: rgb(31,124,92); }
td.TdClassName
{
border-color: #1F7C5C;
}
.TagClassName
{
border-color: #1F7C5C;
}
</style>