#7AB0AA

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

Shades of Gulf Stream #7AB0AA

Tints of Gulf Stream #7AB0AA

Color information

#7AB0AA (or 0x7AB0AA) is unknown color: approx Gulf Stream. HEX triplet: 7A, B0 and AA. RGB value is (122,176,170). Sum of RGB (Red+Green+Blue) = 122+176+170=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 176 - color contains mainly: green. Hex color #7AB0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AB0AA is #854F55. Grayscale: #9F9F9F. Windows color (decimal): -8736598 or 11186298. OLE color: 11186298.

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

Color convert

RGB122176170-
CMYK0.3100.030.31
HSL173.33º25.47%58.43%-
HSV(B)173.33º30.68%69.02%-
XYZ30.8138.0943.76-
YUV159.17134.11101.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.07%
GREEN value IS 176 (69.14% from 255) = 37.61%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=26.07%
G=37.61%
B=36.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221761700.3100.030.31173.3325.4758.43
Hex7AB0AA1F031Fad193a
Octal1722602523703372553172
Binary1111010101100001010101011111011111111010110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,176,170); }

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

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

 a { background-color: rgb(122,176,170); }

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

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

 span { border-color: rgb(122,176,170); }

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