#7FB7AE

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

Shades of Gulf Stream #7FB7AE

Tints of Gulf Stream #7FB7AE

Color information

#7FB7AE (or 0x7FB7AE) is unknown color: approx Gulf Stream. HEX triplet: 7F, B7 and AE. RGB value is (127,183,174). Sum of RGB (Red+Green+Blue) = 127+183+174=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB7AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB7AE is #804851. Grayscale: #A5A5A5. Windows color (decimal): -8407122 or 11450239. OLE color: 11450239.

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

Color convert

RGB127183174-
CMYK0.3100.050.28
HSL170.36º28%60.78%-
HSV(B)170.36º30.6%71.76%-
XYZ33.3341.4346.29-
YUV165.23132.95100.73-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.24%
GREEN value IS 183 (71.88% from 255) = 37.81%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=26.24%
G=37.81%
B=35.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1271831740.3100.050.28170.362860.78
Hex7FB7AE1F051Caa1c3d
Octal1772672563705342523475
Binary11111111011011110101110111110101111001010101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,183,174); }

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

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

 a { background-color: rgb(127,183,174); }

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

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

 span { border-color: rgb(127,183,174); }

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