Shades of Submarine #7FA29D
Tints of Submarine #7FA29D
RGB
CMYK
RGB Variations
Color information
#7FA29D (or 0x7FA29D) is known color: Submarine. HEX triplet: 7F, A2 and 9D. RGB value is (127,162,157). Sum of RGB (Red+Green+Blue) = 127+162+157=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA29D is #805D62. Grayscale: #969696. Windows color (decimal): -8412515 or 10330751. OLE color: 10330751.
HSL color Cylindrical-coordinate representation of color #7FA29D: hue angle of 171.43º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7FA29D is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 162 | 157 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.36 |
| HSL | 171.43º | 0.16% | 0.57% | - |
| HSV(B) | 171.43º | 0.22% | 0.64% | - |
| XYZ | 27.76 | 32.79 | 36.76 | - |
| YUV | 150.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 157 | 0.22 | 0 | 0.03 | 0.36 | 171.43 | 0.16 | 0.57 |
| Hex | 7F | A2 | 9D | 16 | 0 | 3 | 24 | AB | 10 | 39 |
| Octal | 177 | 242 | 235 | 26 | 0 | 3 | 44 | 253 | 20 | 71 |
| Binary | 1111111 | 10100010 | 10011101 | 10110 | 0 | 11 | 100100 | 10101011 | 10000 | 111001 |
Color Harmonies of #7FA29D
Complementary color
Monochromatic Colors of #7FA29D
Black with #7FA29D
Text Example
Text Example
White with #7FA29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA29D; }
p { color: rgb(127,162,157); }
H1.HeaderClassName
{
color: #7FA29D;
}
.AnyTagClassName
{
color: #7FA29D;
}
</style>
background-color css
<style>
a { background-color: #7FA29D; }
a { background-color: rgb(127,162,157); }
div.DivClassName
{
background-color: #7FA29D;
}
.BgClassName
{
background-color: #7FA29D;
}
</style>
border-color css
<style>
span { border-color: #7FA29D; }
span { border-color: rgb(127,162,157); }
td.TdClassName
{
border-color: #7FA29D;
}
.TagClassName
{
border-color: #7FA29D;
}
</style>