#7EA29D

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

Shades of Submarine #7EA29D

Tints of Submarine #7EA29D

Color information

#7EA29D (or 0x7EA29D) is unknown color: approx Submarine. HEX triplet: 7E, A2 and 9D. RGB value is (126,162,157). Sum of RGB (Red+Green+Blue) = 126+162+157=445 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.31% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA29D is #815D62. Grayscale: #969696. Windows color (decimal): -8478051 or 10330750. OLE color: 10330750.

HSL color Cylindrical-coordinate representation of color #7EA29D: hue angle of 171.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7EA29D is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB126162157-
CMYK0.2200.030.36
HSL171.67º16.22%56.47%-
HSV(B)171.67º22.22%63.53%-
XYZ27.6132.7136.76-
YUV150.67131.57110.41-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.31%
GREEN value IS 162 (63.67% from 255) = 36.40%
BLUE value IS 157 (61.72% from 255) = 35.28%
R=28.31%
G=36.40%
B=35.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1261621570.2200.030.36171.6716.2256.47
Hex7EA29D160324ac1038
Octal1762422352603442542070
Binary11111101010001010011101101100111001001010110010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,162,157); }

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

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

 a { background-color: rgb(126,162,157); }

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

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

 span { border-color: rgb(126,162,157); }

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