#7EB7AA

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

Shades of Gulf Stream #7EB7AA

Tints of Gulf Stream #7EB7AA

Color information

#7EB7AA (or 0x7EB7AA) is unknown color: approx Gulf Stream. HEX triplet: 7E, B7 and AA. RGB value is (126,183,170). Sum of RGB (Red+Green+Blue) = 126+183+170=479 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.30% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 183 - color contains mainly: green. Hex color #7EB7AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB7AA is #814855. Grayscale: #A4A4A4. Windows color (decimal): -8472662 or 11188094. OLE color: 11188094.

HSL color Cylindrical-coordinate representation of color #7EB7AA: hue angle of 166.32º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7EB7AA is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB126183170-
CMYK0.3100.070.28
HSL166.32º28.36%60.59%-
HSV(B)166.32º31.15%71.76%-
XYZ32.7941.244.26-
YUV164.48131.12100.56-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.30%
GREEN value IS 183 (71.88% from 255) = 38.20%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=26.30%
G=38.20%
B=35.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1261831700.3100.070.28166.3228.3660.59
Hex7EB7AA1F071Ca61c3d
Octal1762672523707342463475
Binary11111101011011110101010111110111111001010011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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