Shades of Submarine #7DA09C
Tints of Submarine #7DA09C
RGB
CMYK
RGB Variations
Color information
#7DA09C (or 0x7DA09C) is known color: Submarine. HEX triplet: 7D, A0 and 9C. RGB value is (125,160,156). Sum of RGB (Red+Green+Blue) = 125+160+156=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA09C is #825F63. Grayscale: #959595. Windows color (decimal): -8544100 or 10264701. OLE color: 10264701.
HSL color Cylindrical-coordinate representation of color #7DA09C: hue angle of 173.14º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7DA09C is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 160 | 156 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.37 |
| HSL | 173.14º | 0.16% | 0.56% | - |
| HSV(B) | 173.14º | 0.22% | 0.63% | - |
| XYZ | 27.03 | 31.9 | 36.19 | - |
| YUV | 149.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 160 | 156 | 0.22 | 0 | 0.02 | 0.37 | 173.14 | 0.16 | 0.56 |
| Hex | 7D | A0 | 9C | 16 | 0 | 2 | 25 | AD | 10 | 38 |
| Octal | 175 | 240 | 234 | 26 | 0 | 2 | 45 | 255 | 20 | 70 |
| Binary | 1111101 | 10100000 | 10011100 | 10110 | 0 | 10 | 100101 | 10101101 | 10000 | 111000 |
Color Harmonies of #7DA09C
Complementary color
Monochromatic Colors of #7DA09C
Black with #7DA09C
Text Example
Text Example
White with #7DA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA09C; }
p { color: rgb(125,160,156); }
H1.HeaderClassName
{
color: #7DA09C;
}
.AnyTagClassName
{
color: #7DA09C;
}
</style>
background-color css
<style>
a { background-color: #7DA09C; }
a { background-color: rgb(125,160,156); }
div.DivClassName
{
background-color: #7DA09C;
}
.BgClassName
{
background-color: #7DA09C;
}
</style>
border-color css
<style>
span { border-color: #7DA09C; }
span { border-color: rgb(125,160,156); }
td.TdClassName
{
border-color: #7DA09C;
}
.TagClassName
{
border-color: #7DA09C;
}
</style>