#7FB1AA

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

Shades of Gulf Stream #7FB1AA

Tints of Gulf Stream #7FB1AA

Color information

#7FB1AA (or 0x7FB1AA) is unknown color: approx Gulf Stream. HEX triplet: 7F, B1 and AA. RGB value is (127,177,170). Sum of RGB (Red+Green+Blue) = 127+177+170=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB1AA is #804E55. Grayscale: #A1A1A1. Windows color (decimal): -8408662 or 11186559. OLE color: 11186559.

HSL color Cylindrical-coordinate representation of color #7FB1AA: hue angle of 171.6º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FB1AA is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB127177170-
CMYK0.2800.040.31
HSL171.6º24.27%59.61%-
HSV(B)171.6º28.25%69.41%-
XYZ31.7338.8643.86-
YUV161.25132.94103.57-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.79%
GREEN value IS 177 (69.53% from 255) = 37.34%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=26.79%
G=37.34%
B=35.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271771700.2800.040.31171.624.2759.61
Hex7FB1AA1C041Fac183c
Octal1772612523404372543074
Binary11111111011000110101010111000100111111010110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,177,170); }

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

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

 a { background-color: rgb(127,177,170); }

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

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

 span { border-color: rgb(127,177,170); }

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