Html Css Color HEX #7EAAA2 Gulf Stream

📋 copy color: '#7EAAA2'

red 126 ◦ green 170 ◦ blue 162

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

Shades of Gulf Stream #7EAAA2

Tints of Gulf Stream #7EAAA2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.12%

 BLUE value IS 162 (63.67% from 255) = 35.37%

R = 27.51%
G = 37.12%
B = 35.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#7EAAA2 (or 0x7EAAA2) is known color: Gulf Stream. HEX triplet: 7E, AA and A2. RGB value is (126,170,162). Sum of RGB (Red+Green+Blue) = 126+170+162=458 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.51% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAAA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAAA2 is #81555D. Grayscale: #9B9B9B. Windows color (decimal): -8475998 or 10660478. OLE color: 10660478.

HSL color Cylindrical-coordinate representation of color #7EAAA2: hue angle of 169.09º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7EAAA2 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 170 162 -
CMYK 0.26 0 0.05 0.33
HSL 169.09º 0.21% 0.58% -
HSV(B) 169.09º 0.26% 0.67% -
XYZ 29.5 35.79 39.54 -
YUV 155.93 131.42 106.65 -
System Red Green Blue C M Y K H S L
Decimal 126 170 162 0.26 0 0.05 0.33 169.09 0.21 0.58
Hex 7E AA A2 1A 0 5 21 A9 15 3A
Octal 176 252 242 32 0 5 41 251 25 72
Binary 1111110 10101010 10100010 11010 0 101 100001 10101001 10101 111010

Color Harmonies of #7EAAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAAA2

Black with #7EAAA2

Text Example


Text Example

White with #7EAAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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