Shades of Deep Sea #1F7C6C
Tints of Deep Sea #1F7C6C
RGB
CMYK
RGB Variations
Color information
#1F7C6C (or 0x1F7C6C) is known color: Deep Sea. HEX triplet: 1F, 7C and 6C. RGB value is (31,124,108). Sum of RGB (Red+Green+Blue) = 31+124+108=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 124 - color contains mainly: green. Hex color #1F7C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7C6C is #E08393. Grayscale: #5E5E5E. Windows color (decimal): -14713748 or 7109663. OLE color: 7109663.
HSL color Cylindrical-coordinate representation of color #1F7C6C: hue angle of 169.68º 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 #1F7C6C is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 124 | 108 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.51 |
| HSL | 169.68º | 0.6% | 0.3% | - |
| HSV(B) | 169.68º | 0.75% | 0.49% | - |
| XYZ | 10.48 | 15.79 | 16.68 | - |
| YUV | 94.37 | 135.69 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 124 | 108 | 0.75 | 0 | 0.13 | 0.51 | 169.68 | 0.6 | 0.3 |
| Hex | 1F | 7C | 6C | 4B | 0 | D | 33 | AA | 3C | 1E |
| Octal | 37 | 174 | 154 | 113 | 0 | 15 | 63 | 252 | 74 | 36 |
| Binary | 11111 | 1111100 | 1101100 | 1001011 | 0 | 1101 | 110011 | 10101010 | 111100 | 11110 |
Color Harmonies of #1F7C6C
Complementary color
Monochromatic Colors of #1F7C6C
Black with #1F7C6C
Text Example
Text Example
White with #1F7C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7C6C; }
p { color: rgb(31,124,108); }
H1.HeaderClassName
{
color: #1F7C6C;
}
.AnyTagClassName
{
color: #1F7C6C;
}
</style>
background-color css
<style>
a { background-color: #1F7C6C; }
a { background-color: rgb(31,124,108); }
div.DivClassName
{
background-color: #1F7C6C;
}
.BgClassName
{
background-color: #1F7C6C;
}
</style>
border-color css
<style>
span { border-color: #1F7C6C; }
span { border-color: rgb(31,124,108); }
td.TdClassName
{
border-color: #1F7C6C;
}
.TagClassName
{
border-color: #1F7C6C;
}
</style>