Shades of Submarine #7DA19E
Tints of Submarine #7DA19E
RGB
CMYK
RGB Variations
Color information
#7DA19E (or 0x7DA19E) is known color: Submarine. HEX triplet: 7D, A1 and 9E. RGB value is (125,161,158). Sum of RGB (Red+Green+Blue) = 125+161+158=444 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.15% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA19E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA19E is #825E61. Grayscale: #959595. Windows color (decimal): -8543842 or 10396029. OLE color: 10396029.
HSL color Cylindrical-coordinate representation of color #7DA19E: hue angle of 175º 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 #7DA19E is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 161 | 158 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.37 |
| HSL | 175º | 0.16% | 0.56% | - |
| HSV(B) | 175º | 0.22% | 0.63% | - |
| XYZ | 27.37 | 32.32 | 37.14 | - |
| YUV | 149.89 | 132.57 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 161 | 158 | 0.22 | 0 | 0.02 | 0.37 | 175 | 0.16 | 0.56 |
| Hex | 7D | A1 | 9E | 16 | 0 | 2 | 25 | AF | 10 | 38 |
| Octal | 175 | 241 | 236 | 26 | 0 | 2 | 45 | 257 | 20 | 70 |
| Binary | 1111101 | 10100001 | 10011110 | 10110 | 0 | 10 | 100101 | 10101111 | 10000 | 111000 |
Color Harmonies of #7DA19E
Complementary color
Monochromatic Colors of #7DA19E
Black with #7DA19E
Text Example
Text Example
White with #7DA19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA19E; }
p { color: rgb(125,161,158); }
H1.HeaderClassName
{
color: #7DA19E;
}
.AnyTagClassName
{
color: #7DA19E;
}
</style>
background-color css
<style>
a { background-color: #7DA19E; }
a { background-color: rgb(125,161,158); }
div.DivClassName
{
background-color: #7DA19E;
}
.BgClassName
{
background-color: #7DA19E;
}
</style>
border-color css
<style>
span { border-color: #7DA19E; }
span { border-color: rgb(125,161,158); }
td.TdClassName
{
border-color: #7DA19E;
}
.TagClassName
{
border-color: #7DA19E;
}
</style>