#7AAFA8

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

Shades of Gulf Stream #7AAFA8

Tints of Gulf Stream #7AAFA8

Color information

#7AAFA8 (or 0x7AAFA8) is unknown color: approx Gulf Stream. HEX triplet: 7A, AF and A8. RGB value is (122,175,168). Sum of RGB (Red+Green+Blue) = 122+175+168=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAFA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAFA8 is #855057. Grayscale: #9E9E9E. Windows color (decimal): -8736856 or 11054970. OLE color: 11054970.

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

Color convert

RGB122175168-
CMYK0.3000.040.31
HSL172.08º24.88%58.24%-
HSV(B)172.08º30.29%68.63%-
XYZ30.4237.6242.7-
YUV158.36133.44102.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.24%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 168 (66.02% from 255) = 36.13%
R=26.24%
G=37.63%
B=36.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221751680.3000.040.31172.0824.8858.24
Hex7AAFA81E041Fac193a
Octal1722572503604372543172
Binary11110101010111110101000111100100111111010110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,175,168); }

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

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

 a { background-color: rgb(122,175,168); }

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

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

 span { border-color: rgb(122,175,168); }

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