Shades of Deep Sea #1F7D65
Tints of Deep Sea #1F7D65
RGB
CMYK
RGB Variations
Color information
#1F7D65 (or 0x1F7D65) is known color: Deep Sea. HEX triplet: 1F, 7D and 65. RGB value is (31,125,101). Sum of RGB (Red+Green+Blue) = 31+125+101=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 125 (49.22% from 255 or 48.64% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 125 - color contains mainly: green. Hex color #1F7D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7D65 is #E0829A. Grayscale: #5E5E5E. Windows color (decimal): -14713499 or 6651167. OLE color: 6651167.
HSL color Cylindrical-coordinate representation of color #1F7D65: hue angle of 164.68º 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 #1F7D65 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 125 | 101 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.51 |
| HSL | 164.68º | 0.6% | 0.31% | - |
| HSV(B) | 164.68º | 0.75% | 0.49% | - |
| XYZ | 10.25 | 15.9 | 14.84 | - |
| YUV | 94.16 | 131.86 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 125 | 101 | 0.75 | 0 | 0.19 | 0.51 | 164.68 | 0.6 | 0.31 |
| Hex | 1F | 7D | 65 | 4B | 0 | 13 | 33 | A5 | 3C | 1F |
| Octal | 37 | 175 | 145 | 113 | 0 | 23 | 63 | 245 | 74 | 37 |
| Binary | 11111 | 1111101 | 1100101 | 1001011 | 0 | 10011 | 110011 | 10100101 | 111100 | 11111 |
Color Harmonies of #1F7D65
Complementary color
Monochromatic Colors of #1F7D65
Black with #1F7D65
Text Example
Text Example
White with #1F7D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7D65; }
p { color: rgb(31,125,101); }
H1.HeaderClassName
{
color: #1F7D65;
}
.AnyTagClassName
{
color: #1F7D65;
}
</style>
background-color css
<style>
a { background-color: #1F7D65; }
a { background-color: rgb(31,125,101); }
div.DivClassName
{
background-color: #1F7D65;
}
.BgClassName
{
background-color: #1F7D65;
}
</style>
border-color css
<style>
span { border-color: #1F7D65; }
span { border-color: rgb(31,125,101); }
td.TdClassName
{
border-color: #1F7D65;
}
.TagClassName
{
border-color: #1F7D65;
}
</style>