#7FB7AA

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

Shades of Gulf Stream #7FB7AA

Tints of Gulf Stream #7FB7AA

Color information

#7FB7AA (or 0x7FB7AA) is unknown color: approx Gulf Stream. HEX triplet: 7F, B7 and AA. RGB value is (127,183,170). Sum of RGB (Red+Green+Blue) = 127+183+170=480 (63% of max value = 765). Red value is 127 (50% from 255 or 26.46% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB7AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB7AA is #804855. Grayscale: #A4A4A4. Windows color (decimal): -8407126 or 11188095. OLE color: 11188095.

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

Color convert

RGB127183170-
CMYK0.3100.070.28
HSL166.07º28%60.78%-
HSV(B)166.07º30.6%71.76%-
XYZ32.9441.2844.26-
YUV164.77130.95101.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.46%
GREEN value IS 183 (71.88% from 255) = 38.12%
BLUE value IS 170 (66.80% from 255) = 35.42%
R=26.46%
G=38.12%
B=35.42%

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
Decimal1271831700.3100.070.28166.072860.78
Hex7FB7AA1F071Ca61c3d
Octal1772672523707342463475
Binary11111111011011110101010111110111111001010011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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