Shades of Deep Sea #1F7E65
Tints of Deep Sea #1F7E65
RGB
CMYK
RGB Variations
Color information
#1F7E65 (or 0x1F7E65) is known color: Deep Sea. HEX triplet: 1F, 7E and 65. RGB value is (31,126,101). Sum of RGB (Red+Green+Blue) = 31+126+101=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 126 (49.61% from 255 or 48.84% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7E65 is #E0819A. Grayscale: #5E5E5E. Windows color (decimal): -14713243 or 6651423. OLE color: 6651423.
HSL color Cylindrical-coordinate representation of color #1F7E65: hue angle of 164.21º degrees, saturation: 0.61, 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 #1F7E65 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 126 | 101 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.51 |
| HSL | 164.21º | 0.61% | 0.31% | - |
| HSV(B) | 164.21º | 0.75% | 0.49% | - |
| XYZ | 10.37 | 16.15 | 14.88 | - |
| YUV | 94.75 | 131.53 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 101 | 0.75 | 0 | 0.20 | 0.51 | 164.21 | 0.61 | 0.31 |
| Hex | 1F | 7E | 65 | 4B | 0 | 14 | 33 | A4 | 3D | 1F |
| Octal | 37 | 176 | 145 | 113 | 0 | 24 | 63 | 244 | 75 | 37 |
| Binary | 11111 | 1111110 | 1100101 | 1001011 | 0 | 10100 | 110011 | 10100100 | 111101 | 11111 |
Color Harmonies of #1F7E65
Complementary color
Monochromatic Colors of #1F7E65
Black with #1F7E65
Text Example
Text Example
White with #1F7E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7E65; }
p { color: rgb(31,126,101); }
H1.HeaderClassName
{
color: #1F7E65;
}
.AnyTagClassName
{
color: #1F7E65;
}
</style>
background-color css
<style>
a { background-color: #1F7E65; }
a { background-color: rgb(31,126,101); }
div.DivClassName
{
background-color: #1F7E65;
}
.BgClassName
{
background-color: #1F7E65;
}
</style>
border-color css
<style>
span { border-color: #1F7E65; }
span { border-color: rgb(31,126,101); }
td.TdClassName
{
border-color: #1F7E65;
}
.TagClassName
{
border-color: #1F7E65;
}
</style>