Shades of Submarine #7AA09C
Tints of Submarine #7AA09C
RGB
CMYK
RGB Variations
Color information
#7AA09C (or 0x7AA09C) is known color: Submarine. HEX triplet: 7A, A0 and 9C. RGB value is (122,160,156). Sum of RGB (Red+Green+Blue) = 122+160+156=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA09C is #855F63. Grayscale: #949494. Windows color (decimal): -8740708 or 10264698. OLE color: 10264698.
HSL color Cylindrical-coordinate representation of color #7AA09C: hue angle of 173.68º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7AA09C is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 160 | 156 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.37 |
| HSL | 173.68º | 0.17% | 0.55% | - |
| HSV(B) | 173.68º | 0.24% | 0.63% | - |
| XYZ | 26.6 | 31.68 | 36.17 | - |
| YUV | 148.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 156 | 0.24 | 0 | 0.02 | 0.37 | 173.68 | 0.17 | 0.55 |
| Hex | 7A | A0 | 9C | 18 | 0 | 2 | 25 | AE | 11 | 37 |
| Octal | 172 | 240 | 234 | 30 | 0 | 2 | 45 | 256 | 21 | 67 |
| Binary | 1111010 | 10100000 | 10011100 | 11000 | 0 | 10 | 100101 | 10101110 | 10001 | 110111 |
Color Harmonies of #7AA09C
Complementary color
Monochromatic Colors of #7AA09C
Black with #7AA09C
Text Example
Text Example
White with #7AA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA09C; }
p { color: rgb(122,160,156); }
H1.HeaderClassName
{
color: #7AA09C;
}
.AnyTagClassName
{
color: #7AA09C;
}
</style>
background-color css
<style>
a { background-color: #7AA09C; }
a { background-color: rgb(122,160,156); }
div.DivClassName
{
background-color: #7AA09C;
}
.BgClassName
{
background-color: #7AA09C;
}
</style>
border-color css
<style>
span { border-color: #7AA09C; }
span { border-color: rgb(122,160,156); }
td.TdClassName
{
border-color: #7AA09C;
}
.TagClassName
{
border-color: #7AA09C;
}
</style>