#7AB1AA

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

Shades of Gulf Stream #7AB1AA

Tints of Gulf Stream #7AB1AA

Color information

#7AB1AA (or 0x7AB1AA) is unknown color: approx Gulf Stream. HEX triplet: 7A, B1 and AA. RGB value is (122,177,170). Sum of RGB (Red+Green+Blue) = 122+177+170=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AB1AA is #854E55. Grayscale: #9F9F9F. Windows color (decimal): -8736342 or 11186554. OLE color: 11186554.

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

Color convert

RGB122177170-
CMYK0.3100.040.31
HSL172.36º26.07%58.63%-
HSV(B)172.36º31.07%69.41%-
XYZ3138.4843.82-
YUV159.76133.78101.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.01%
GREEN value IS 177 (69.53% from 255) = 37.74%
BLUE value IS 170 (66.80% from 255) = 36.25%
R=26.01%
G=37.74%
B=36.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221771700.3100.040.31172.3626.0758.63
Hex7AB1AA1F041Fac1a3b
Octal1722612523704372543273
Binary11110101011000110101010111110100111111010110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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