Shades of Deep Sea #1F7B6D
Tints of Deep Sea #1F7B6D
RGB
CMYK
RGB Variations
Color information
#1F7B6D (or 0x1F7B6D) is known color: Deep Sea. HEX triplet: 1F, 7B and 6D. RGB value is (31,123,109). Sum of RGB (Red+Green+Blue) = 31+123+109=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 123 (48.44% from 255 or 46.77% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 123 - color contains mainly: green. Hex color #1F7B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7B6D is #E08492. Grayscale: #5D5D5D. Windows color (decimal): -14714003 or 7174943. OLE color: 7174943.
HSL color Cylindrical-coordinate representation of color #1F7B6D: hue angle of 170.87º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7B6D is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 31 | 123 | 109 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.52 |
| HSL | 170.87º | 0.6% | 0.3% | - |
| HSV(B) | 170.87º | 0.75% | 0.48% | - |
| XYZ | 10.41 | 15.56 | 16.92 | - |
| YUV | 93.9 | 136.52 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 123 | 109 | 0.75 | 0 | 0.11 | 0.52 | 170.87 | 0.6 | 0.3 |
| Hex | 1F | 7B | 6D | 4B | 0 | B | 34 | AB | 3C | 1E |
| Octal | 37 | 173 | 155 | 113 | 0 | 13 | 64 | 253 | 74 | 36 |
| Binary | 11111 | 1111011 | 1101101 | 1001011 | 0 | 1011 | 110100 | 10101011 | 111100 | 11110 |
Color Harmonies of #1F7B6D
Complementary color
Monochromatic Colors of #1F7B6D
Black with #1F7B6D
Text Example
Text Example
White with #1F7B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7B6D; }
p { color: rgb(31,123,109); }
H1.HeaderClassName
{
color: #1F7B6D;
}
.AnyTagClassName
{
color: #1F7B6D;
}
</style>
background-color css
<style>
a { background-color: #1F7B6D; }
a { background-color: rgb(31,123,109); }
div.DivClassName
{
background-color: #1F7B6D;
}
.BgClassName
{
background-color: #1F7B6D;
}
</style>
border-color css
<style>
span { border-color: #1F7B6D; }
span { border-color: rgb(31,123,109); }
td.TdClassName
{
border-color: #1F7B6D;
}
.TagClassName
{
border-color: #1F7B6D;
}
</style>