#7AA19D

Color #7AA19D Submarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Submarine #7AA19D

Tints of Submarine #7AA19D

Color information

#7AA19D (or 0x7AA19D) is unknown color: approx Submarine. HEX triplet: 7A, A1 and 9D. RGB value is (122,161,157). Sum of RGB (Red+Green+Blue) = 122+161+157=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 161 - color contains mainly: green. Hex color #7AA19D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA19D is #855E62. Grayscale: #949494. Windows color (decimal): -8740451 or 10330490. OLE color: 10330490.

HSL color Cylindrical-coordinate representation of color #7AA19D: hue angle of 173.85º 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 #7AA19D is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB122161157-
CMYK0.2400.020.37
HSL173.85º17.18%55.49%-
HSV(B)173.85º24.22%63.14%-
XYZ26.8632.0636.67-
YUV148.88132.58108.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 27.73%
GREEN value IS 161 (63.28% from 255) = 36.59%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=27.73%
G=36.59%
B=35.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1221611570.2400.020.37173.8517.1855.49
Hex7AA19D180225ae1137
Octal1722412353002452562167
Binary11110101010000110011101110000101001011010111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AA19D; }

 p { color: rgb(122,161,157); }

 H1.HeaderClassName
 {
   color: #7AA19D;
 }
 .AnyTagClassName
 {
   color: #7AA19D;
 }
</style>
background-color css

<style>
 a { background-color: #7AA19D; }

 a { background-color: rgb(122,161,157); }

 div.DivClassName
 {
   background-color: #7AA19D;
 }
 .BgClassName
 {
   background-color: #7AA19D;
 }
</style>
border-color css

<style>
 span { border-color: #7AA19D; }

 span { border-color: rgb(122,161,157); }

 td.TdClassName
 {
   border-color: #7AA19D;
 }
 .TagClassName
 {
   border-color: #7AA19D;
 }
</style>