#7EB4AA

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

Shades of Gulf Stream #7EB4AA

Tints of Gulf Stream #7EB4AA

Color information

#7EB4AA (or 0x7EB4AA) is unknown color: approx Gulf Stream. HEX triplet: 7E, B4 and AA. RGB value is (126,180,170). Sum of RGB (Red+Green+Blue) = 126+180+170=476 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.47% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 180 - color contains mainly: green. Hex color #7EB4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB4AA is #814B55. Grayscale: #A2A2A2. Windows color (decimal): -8473430 or 11187326. OLE color: 11187326.

HSL color Cylindrical-coordinate representation of color #7EB4AA: hue angle of 168.89º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EB4AA is Cyan = 0.3, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB126180170-
CMYK0.300.060.29
HSL168.89º26.47%60%-
HSV(B)168.89º30%70.59%-
XYZ32.1839.9844.05-
YUV162.71132.11101.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.47%
GREEN value IS 180 (70.70% from 255) = 37.82%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=26.47%
G=37.82%
B=35.71%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261801700.300.060.29168.8926.4760
Hex7EB4AA1E061Da91a3c
Octal1762642523606352513274
Binary11111101011010010101010111100110111011010100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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