Html Css Color HEX #7EA49F Gulf Stream

📋 copy color: '#7EA49F'

red 126 ◦ green 164 ◦ blue 159

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

Shades of Gulf Stream #7EA49F

Tints of Gulf Stream #7EA49F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.53%

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

R = 28.06%
G = 36.53%
B = 35.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#7EA49F (or 0x7EA49F) is known color: Gulf Stream. HEX triplet: 7E, A4 and 9F. RGB value is (126,164,159). Sum of RGB (Red+Green+Blue) = 126+164+159=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 164 - color contains mainly: green. Hex color #7EA49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA49F is #815B60. Grayscale: #989898. Windows color (decimal): -8477537 or 10462334. OLE color: 10462334.

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

Color convert

RGB 126 164 159 -
CMYK 0.23 0 0.03 0.36
HSL 172.11º 0.17% 0.57% -
HSV(B) 172.11º 0.23% 0.64% -
XYZ 28.14 33.49 37.78 -
YUV 152.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 126 164 159 0.23 0 0.03 0.36 172.11 0.17 0.57
Hex 7E A4 9F 17 0 3 24 AC 11 39
Octal 176 244 237 27 0 3 44 254 21 71
Binary 1111110 10100100 10011111 10111 0 11 100100 10101100 10001 111001

Color Harmonies of #7EA49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA49F

Black with #7EA49F

Text Example


Text Example

White with #7EA49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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