#7EA4A0

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

Shades of Submarine #7EA4A0

Tints of Submarine #7EA4A0

Color information

#7EA4A0 (or 0x7EA4A0) is unknown color: approx Submarine. HEX triplet: 7E, A4 and A0. RGB value is (126,164,160). Sum of RGB (Red+Green+Blue) = 126+164+160=450 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 164 - color contains mainly: green. Hex color #7EA4A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA4A0 is #815B5F. Grayscale: #989898. Windows color (decimal): -8477536 or 10527870. OLE color: 10527870.

HSL color Cylindrical-coordinate representation of color #7EA4A0: hue angle of 173.68º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7EA4A0 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB126164160-
CMYK0.2300.020.36
HSL173.68º17.27%56.86%-
HSV(B)173.68º23.17%64.31%-
XYZ28.2233.5238.24-
YUV152.18132.41109.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28%
GREEN value IS 164 (64.45% from 255) = 36.44%
BLUE value IS 160 (62.89% from 255) = 35.56%
R=28%
G=36.44%
B=35.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1261641600.2300.020.36173.6817.2756.86
Hex7EA4A0170224ae1139
Octal1762442402702442562171
Binary11111101010010010100000101110101001001010111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,164,160); }

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

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

 a { background-color: rgb(126,164,160); }

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

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

 span { border-color: rgb(126,164,160); }

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