Html Css Color HEX #7EA29E Submarine

📋 copy color: '#7EA29E'

red 126 ◦ green 162 ◦ blue 158

#7EA29E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Submarine #7EA29E

Tints of Submarine #7EA29E

RGB

 RED value IS 126 (49.61% from 255) = 28.25%

 GREEN value IS 162 (63.67% from 255) = 36.32%

 BLUE value IS 158 (62.11% from 255) = 35.43%

R = 28.25%
G = 36.32%
B = 35.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#7EA29E (or 0x7EA29E) is known color: Submarine. HEX triplet: 7E, A2 and 9E. RGB value is (126,162,158). Sum of RGB (Red+Green+Blue) = 126+162+158=446 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.25% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA29E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA29E is #815D61. Grayscale: #969696. Windows color (decimal): -8478050 or 10396286. OLE color: 10396286.

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

Color convert

RGB 126 162 158 -
CMYK 0.22 0 0.02 0.36
HSL 173.33º 0.16% 0.56% -
HSV(B) 173.33º 0.22% 0.64% -
XYZ 27.7 32.74 37.21 -
YUV 150.78 132.07 110.33 -
System Red Green Blue C M Y K H S L
Decimal 126 162 158 0.22 0 0.02 0.36 173.33 0.16 0.56
Hex 7E A2 9E 16 0 2 24 AD 10 38
Octal 176 242 236 26 0 2 44 255 20 70
Binary 1111110 10100010 10011110 10110 0 10 100100 10101101 10000 111000

Color Harmonies of #7EA29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA29E

Black with #7EA29E

Text Example


Text Example

White with #7EA29E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7EA29E;
 }
 .AnyTagClassName
 {
   color: #7EA29E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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