Shades of Submarine #7EA19E
Tints of Submarine #7EA19E
RGB
CMYK
RGB Variations
Color information
#7EA19E (or 0x7EA19E) is known color: Submarine. HEX triplet: 7E, A1 and 9E. RGB value is (126,161,158). Sum of RGB (Red+Green+Blue) = 126+161+158=445 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.31% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA19E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA19E is #815E61. Grayscale: #969696. Windows color (decimal): -8478306 or 10396030. OLE color: 10396030.
HSL color Cylindrical-coordinate representation of color #7EA19E: hue angle of 174.86º 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 #7EA19E is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 161 | 158 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.37 |
| HSL | 174.86º | 0.16% | 0.56% | - |
| HSV(B) | 174.86º | 0.22% | 0.63% | - |
| XYZ | 27.52 | 32.39 | 37.15 | - |
| YUV | 150.19 | 132.4 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 161 | 158 | 0.22 | 0 | 0.02 | 0.37 | 174.86 | 0.16 | 0.56 |
| Hex | 7E | A1 | 9E | 16 | 0 | 2 | 25 | AF | 10 | 38 |
| Octal | 176 | 241 | 236 | 26 | 0 | 2 | 45 | 257 | 20 | 70 |
| Binary | 1111110 | 10100001 | 10011110 | 10110 | 0 | 10 | 100101 | 10101111 | 10000 | 111000 |
Color Harmonies of #7EA19E
Complementary color
Monochromatic Colors of #7EA19E
Black with #7EA19E
Text Example
Text Example
White with #7EA19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA19E; }
p { color: rgb(126,161,158); }
H1.HeaderClassName
{
color: #7EA19E;
}
.AnyTagClassName
{
color: #7EA19E;
}
</style>
background-color css
<style>
a { background-color: #7EA19E; }
a { background-color: rgb(126,161,158); }
div.DivClassName
{
background-color: #7EA19E;
}
.BgClassName
{
background-color: #7EA19E;
}
</style>
border-color css
<style>
span { border-color: #7EA19E; }
span { border-color: rgb(126,161,158); }
td.TdClassName
{
border-color: #7EA19E;
}
.TagClassName
{
border-color: #7EA19E;
}
</style>