Shades of Deep Sea #1F7C60
Tints of Deep Sea #1F7C60
RGB
CMYK
RGB Variations
Color information
#1F7C60 (or 0x1F7C60) is known color: Deep Sea. HEX triplet: 1F, 7C and 60. RGB value is (31,124,96). Sum of RGB (Red+Green+Blue) = 31+124+96=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 124 (48.83% from 255 or 49.40% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 124 - color contains mainly: green. Hex color #1F7C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7C60 is #E0839F. Grayscale: #5D5D5D. Windows color (decimal): -14713760 or 6323231. OLE color: 6323231.
HSL color Cylindrical-coordinate representation of color #1F7C60: hue angle of 161.94º 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 #1F7C60 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 124 | 96 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.51 |
| HSL | 161.94º | 0.6% | 0.3% | - |
| HSV(B) | 161.94º | 0.75% | 0.49% | - |
| XYZ | 9.88 | 15.55 | 13.55 | - |
| YUV | 93 | 129.69 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 124 | 96 | 0.75 | 0 | 0.23 | 0.51 | 161.94 | 0.6 | 0.3 |
| Hex | 1F | 7C | 60 | 4B | 0 | 17 | 33 | A2 | 3C | 1E |
| Octal | 37 | 174 | 140 | 113 | 0 | 27 | 63 | 242 | 74 | 36 |
| Binary | 11111 | 1111100 | 1100000 | 1001011 | 0 | 10111 | 110011 | 10100010 | 111100 | 11110 |
Color Harmonies of #1F7C60
Complementary color
Monochromatic Colors of #1F7C60
Black with #1F7C60
Text Example
Text Example
White with #1F7C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7C60; }
p { color: rgb(31,124,96); }
H1.HeaderClassName
{
color: #1F7C60;
}
.AnyTagClassName
{
color: #1F7C60;
}
</style>
background-color css
<style>
a { background-color: #1F7C60; }
a { background-color: rgb(31,124,96); }
div.DivClassName
{
background-color: #1F7C60;
}
.BgClassName
{
background-color: #1F7C60;
}
</style>
border-color css
<style>
span { border-color: #1F7C60; }
span { border-color: rgb(31,124,96); }
td.TdClassName
{
border-color: #1F7C60;
}
.TagClassName
{
border-color: #1F7C60;
}
</style>