Shades of Deep Sea #1F7A6A
Tints of Deep Sea #1F7A6A
RGB
CMYK
RGB Variations
Color information
#1F7A6A (or 0x1F7A6A) is known color: Deep Sea. HEX triplet: 1F, 7A and 6A. RGB value is (31,122,106). Sum of RGB (Red+Green+Blue) = 31+122+106=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 122 (48.05% from 255 or 47.10% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 122 - color contains mainly: green. Hex color #1F7A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7A6A is #E08595. Grayscale: #5C5C5C. Windows color (decimal): -14714262 or 6978079. OLE color: 6978079.
HSL color Cylindrical-coordinate representation of color #1F7A6A: hue angle of 169.45º degrees, saturation: 0.59, 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 #1F7A6A is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 31 | 122 | 106 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.52 |
| HSL | 169.45º | 0.59% | 0.3% | - |
| HSV(B) | 169.45º | 0.75% | 0.48% | - |
| XYZ | 10.13 | 15.25 | 16.05 | - |
| YUV | 92.97 | 135.35 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 122 | 106 | 0.75 | 0 | 0.13 | 0.52 | 169.45 | 0.59 | 0.3 |
| Hex | 1F | 7A | 6A | 4B | 0 | D | 34 | A9 | 3B | 1E |
| Octal | 37 | 172 | 152 | 113 | 0 | 15 | 64 | 251 | 73 | 36 |
| Binary | 11111 | 1111010 | 1101010 | 1001011 | 0 | 1101 | 110100 | 10101001 | 111011 | 11110 |
Color Harmonies of #1F7A6A
Complementary color
Monochromatic Colors of #1F7A6A
Black with #1F7A6A
Text Example
Text Example
White with #1F7A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7A6A; }
p { color: rgb(31,122,106); }
H1.HeaderClassName
{
color: #1F7A6A;
}
.AnyTagClassName
{
color: #1F7A6A;
}
</style>
background-color css
<style>
a { background-color: #1F7A6A; }
a { background-color: rgb(31,122,106); }
div.DivClassName
{
background-color: #1F7A6A;
}
.BgClassName
{
background-color: #1F7A6A;
}
</style>
border-color css
<style>
span { border-color: #1F7A6A; }
span { border-color: rgb(31,122,106); }
td.TdClassName
{
border-color: #1F7A6A;
}
.TagClassName
{
border-color: #1F7A6A;
}
</style>