Shades of Deep Sea #1F7C62
Tints of Deep Sea #1F7C62
RGB
CMYK
RGB Variations
Color information
#1F7C62 (or 0x1F7C62) is known color: Deep Sea. HEX triplet: 1F, 7C and 62. RGB value is (31,124,98). Sum of RGB (Red+Green+Blue) = 31+124+98=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #1F7C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7C62 is #E0839D. Grayscale: #5D5D5D. Windows color (decimal): -14713758 or 6454303. OLE color: 6454303.
HSL color Cylindrical-coordinate representation of color #1F7C62: hue angle of 163.23º 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 #1F7C62 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 124 | 98 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.51 |
| HSL | 163.23º | 0.6% | 0.3% | - |
| HSV(B) | 163.23º | 0.75% | 0.49% | - |
| XYZ | 9.98 | 15.59 | 14.04 | - |
| YUV | 93.23 | 130.69 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 124 | 98 | 0.75 | 0 | 0.21 | 0.51 | 163.23 | 0.6 | 0.3 |
| Hex | 1F | 7C | 62 | 4B | 0 | 15 | 33 | A3 | 3C | 1E |
| Octal | 37 | 174 | 142 | 113 | 0 | 25 | 63 | 243 | 74 | 36 |
| Binary | 11111 | 1111100 | 1100010 | 1001011 | 0 | 10101 | 110011 | 10100011 | 111100 | 11110 |
Color Harmonies of #1F7C62
Complementary color
Monochromatic Colors of #1F7C62
Black with #1F7C62
Text Example
Text Example
White with #1F7C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7C62; }
p { color: rgb(31,124,98); }
H1.HeaderClassName
{
color: #1F7C62;
}
.AnyTagClassName
{
color: #1F7C62;
}
</style>
background-color css
<style>
a { background-color: #1F7C62; }
a { background-color: rgb(31,124,98); }
div.DivClassName
{
background-color: #1F7C62;
}
.BgClassName
{
background-color: #1F7C62;
}
</style>
border-color css
<style>
span { border-color: #1F7C62; }
span { border-color: rgb(31,124,98); }
td.TdClassName
{
border-color: #1F7C62;
}
.TagClassName
{
border-color: #1F7C62;
}
</style>