Shades of Deep Sea #1F7F6F
Tints of Deep Sea #1F7F6F
RGB
CMYK
RGB Variations
Color information
#1F7F6F (or 0x1F7F6F) is known color: Deep Sea. HEX triplet: 1F, 7F and 6F. RGB value is (31,127,111). Sum of RGB (Red+Green+Blue) = 31+127+111=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 127 - color contains mainly: green. Hex color #1F7F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7F6F is #E08090. Grayscale: #606060. Windows color (decimal): -14712977 or 7307039. OLE color: 7307039.
HSL color Cylindrical-coordinate representation of color #1F7F6F: hue angle of 170º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F7F6F is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 127 | 111 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.50 |
| HSL | 170º | 0.61% | 0.31% | - |
| HSV(B) | 170º | 0.76% | 0.5% | - |
| XYZ | 11.02 | 16.62 | 17.67 | - |
| YUV | 96.47 | 136.2 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 127 | 111 | 0.76 | 0 | 0.13 | 0.50 | 170 | 0.61 | 0.31 |
| Hex | 1F | 7F | 6F | 4C | 0 | D | 32 | AA | 3D | 1F |
| Octal | 37 | 177 | 157 | 114 | 0 | 15 | 62 | 252 | 75 | 37 |
| Binary | 11111 | 1111111 | 1101111 | 1001100 | 0 | 1101 | 110010 | 10101010 | 111101 | 11111 |
Color Harmonies of #1F7F6F
Complementary color
Monochromatic Colors of #1F7F6F
Black with #1F7F6F
Text Example
Text Example
White with #1F7F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7F6F; }
p { color: rgb(31,127,111); }
H1.HeaderClassName
{
color: #1F7F6F;
}
.AnyTagClassName
{
color: #1F7F6F;
}
</style>
background-color css
<style>
a { background-color: #1F7F6F; }
a { background-color: rgb(31,127,111); }
div.DivClassName
{
background-color: #1F7F6F;
}
.BgClassName
{
background-color: #1F7F6F;
}
</style>
border-color css
<style>
span { border-color: #1F7F6F; }
span { border-color: rgb(31,127,111); }
td.TdClassName
{
border-color: #1F7F6F;
}
.TagClassName
{
border-color: #1F7F6F;
}
</style>