#7AAAA4

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

Shades of Gulf Stream #7AAAA4

Tints of Gulf Stream #7AAAA4

Color information

#7AAAA4 (or 0x7AAAA4) is unknown color: approx Gulf Stream. HEX triplet: 7A, AA and A4. RGB value is (122,170,164). Sum of RGB (Red+Green+Blue) = 122+170+164=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAAA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAAA4 is #85555B. Grayscale: #9A9A9A. Windows color (decimal): -8738140 or 10791546. OLE color: 10791546.

HSL color Cylindrical-coordinate representation of color #7AAAA4: hue angle of 172.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7AAAA4 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB122170164-
CMYK0.2800.040.33
HSL172.5º22.02%57.25%-
HSV(B)172.5º28.24%66.67%-
XYZ29.135.5740.45-
YUV154.96133.1104.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.75%
GREEN value IS 170 (66.80% from 255) = 37.28%
BLUE value IS 164 (64.45% from 255) = 35.96%
R=26.75%
G=37.28%
B=35.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221701640.2800.040.33172.522.0257.25
Hex7AAAA41C0421ac1639
Octal1722522443404412542671
Binary111101010101010101001001110001001000011010110010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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