#7AADA9

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

Shades of Gulf Stream #7AADA9

Tints of Gulf Stream #7AADA9

Color information

#7AADA9 (or 0x7AADA9) is unknown color: approx Gulf Stream. HEX triplet: 7A, AD and A9. RGB value is (122,173,169). Sum of RGB (Red+Green+Blue) = 122+173+169=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 173 - color contains mainly: green. Hex color #7AADA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AADA9 is #855256. Grayscale: #9D9D9D. Windows color (decimal): -8737367 or 11119994. OLE color: 11119994.

HSL color Cylindrical-coordinate representation of color #7AADA9: hue angle of 175.29º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AADA9 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB122173169-
CMYK0.2900.020.32
HSL175.29º23.72%57.84%-
HSV(B)175.29º29.48%67.84%-
XYZ30.1336.8943.07-
YUV157.29134.6102.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.29%
GREEN value IS 173 (67.97% from 255) = 37.28%
BLUE value IS 169 (66.41% from 255) = 36.42%
R=26.29%
G=37.28%
B=36.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221731690.2900.020.32175.2923.7257.84
Hex7AADA91D0220af183a
Octal1722552513502402573072
Binary11110101010110110101001111010101000001010111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,173,169); }

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

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

 a { background-color: rgb(122,173,169); }

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

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

 span { border-color: rgb(122,173,169); }

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