#7EB7AF

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

Shades of Gulf Stream #7EB7AF

Tints of Gulf Stream #7EB7AF

Color information

#7EB7AF (or 0x7EB7AF) is unknown color: approx Gulf Stream. HEX triplet: 7E, B7 and AF. RGB value is (126,183,175). Sum of RGB (Red+Green+Blue) = 126+183+175=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 183 - color contains mainly: green. Hex color #7EB7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB7AF is #814850. Grayscale: #A5A5A5. Windows color (decimal): -8472657 or 11515774. OLE color: 11515774.

HSL color Cylindrical-coordinate representation of color #7EB7AF: hue angle of 171.58º 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 #7EB7AF is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB126183175-
CMYK0.3100.040.28
HSL171.58º28.36%60.59%-
HSV(B)171.58º31.15%71.76%-
XYZ33.2841.446.79-
YUV165.04133.62100.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.03%
GREEN value IS 183 (71.88% from 255) = 37.81%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=26.03%
G=37.81%
B=36.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1261831750.3100.040.28171.5828.3660.59
Hex7EB7AF1F041Cac1c3d
Octal1762672573704342543475
Binary11111101011011110101111111110100111001010110011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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