Html Css Color HEX #7EA19F Submarine

📋 copy color: '#7EA19F'

red 126 ◦ green 161 ◦ blue 159

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

Shades of Submarine #7EA19F

Tints of Submarine #7EA19F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.1%

 BLUE value IS 159 (62.5% from 255) = 35.65%

R = 28.25%
G = 36.1%
B = 35.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#7EA19F (or 0x7EA19F) is known color: Submarine. HEX triplet: 7E, A1 and 9F. RGB value is (126,161,159). Sum of RGB (Red+Green+Blue) = 126+161+159=446 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.25% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA19F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA19F is #815E60. Grayscale: #969696. Windows color (decimal): -8478305 or 10461566. OLE color: 10461566.

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

Color convert

RGB 126 161 159 -
CMYK 0.22 0 0.01 0.37
HSL 176.57º 0.16% 0.56% -
HSV(B) 176.57º 0.22% 0.63% -
XYZ 27.61 32.43 37.61 -
YUV 150.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 126 161 159 0.22 0 0.01 0.37 176.57 0.16 0.56
Hex 7E A1 9F 16 0 1 25 B1 10 38
Octal 176 241 237 26 0 1 45 261 20 70
Binary 1111110 10100001 10011111 10110 0 1 100101 10110001 10000 111000

Color Harmonies of #7EA19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA19F

Black with #7EA19F

Text Example


Text Example

White with #7EA19F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,161,159); }

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

background-color css

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

 a { background-color: rgb(126,161,159); }

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

border-color css

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

 span { border-color: rgb(126,161,159); }

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