#7FAAA5

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

Shades of Gulf Stream #7FAAA5

Tints of Gulf Stream #7FAAA5

Color information

#7FAAA5 (or 0x7FAAA5) is unknown color: approx Gulf Stream. HEX triplet: 7F, AA and A5. RGB value is (127,170,165). Sum of RGB (Red+Green+Blue) = 127+170+165=462 (61% of max value = 765). Red value is 127 (50% from 255 or 27.49% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAAA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAAA5 is #80555A. Grayscale: #9C9C9C. Windows color (decimal): -8410459 or 10857087. OLE color: 10857087.

HSL color Cylindrical-coordinate representation of color #7FAAA5: hue angle of 173.02º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7FAAA5 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB127170165-
CMYK0.2500.030.33
HSL173.02º20.19%58.24%-
HSV(B)173.02º25.29%66.67%-
XYZ29.9235.9840.96-
YUV156.57132.75106.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.49%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 165 (64.84% from 255) = 35.71%
R=27.49%
G=36.80%
B=35.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271701650.2500.030.33173.0220.1958.24
Hex7FAAA5190321ad143a
Octal1772522453103412552472
Binary11111111010101010100101110010111000011010110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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