Shades of Deep Sea #1F7E6D
Tints of Deep Sea #1F7E6D
RGB
CMYK
RGB Variations
Color information
#1F7E6D (or 0x1F7E6D) is known color: Deep Sea. HEX triplet: 1F, 7E and 6D. RGB value is (31,126,109). Sum of RGB (Red+Green+Blue) = 31+126+109=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 126 (49.61% from 255 or 47.37% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7E6D is #E08192. Grayscale: #5F5F5F. Windows color (decimal): -14713235 or 7175711. OLE color: 7175711.
HSL color Cylindrical-coordinate representation of color #1F7E6D: hue angle of 169.26º 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 #1F7E6D is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 126 | 109 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.51 |
| HSL | 169.26º | 0.61% | 0.31% | - |
| HSV(B) | 169.26º | 0.75% | 0.49% | - |
| XYZ | 10.79 | 16.32 | 17.05 | - |
| YUV | 95.66 | 135.53 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 109 | 0.75 | 0 | 0.13 | 0.51 | 169.26 | 0.61 | 0.31 |
| Hex | 1F | 7E | 6D | 4B | 0 | D | 33 | A9 | 3D | 1F |
| Octal | 37 | 176 | 155 | 113 | 0 | 15 | 63 | 251 | 75 | 37 |
| Binary | 11111 | 1111110 | 1101101 | 1001011 | 0 | 1101 | 110011 | 10101001 | 111101 | 11111 |
Color Harmonies of #1F7E6D
Complementary color
Monochromatic Colors of #1F7E6D
Black with #1F7E6D
Text Example
Text Example
White with #1F7E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7E6D; }
p { color: rgb(31,126,109); }
H1.HeaderClassName
{
color: #1F7E6D;
}
.AnyTagClassName
{
color: #1F7E6D;
}
</style>
background-color css
<style>
a { background-color: #1F7E6D; }
a { background-color: rgb(31,126,109); }
div.DivClassName
{
background-color: #1F7E6D;
}
.BgClassName
{
background-color: #1F7E6D;
}
</style>
border-color css
<style>
span { border-color: #1F7E6D; }
span { border-color: rgb(31,126,109); }
td.TdClassName
{
border-color: #1F7E6D;
}
.TagClassName
{
border-color: #1F7E6D;
}
</style>