#7AABA3

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

Shades of Gulf Stream #7AABA3

Tints of Gulf Stream #7AABA3

Color information

#7AABA3 (or 0x7AABA3) is unknown color: approx Gulf Stream. HEX triplet: 7A, AB and A3. RGB value is (122,171,163). Sum of RGB (Red+Green+Blue) = 122+171+163=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 171 - color contains mainly: green. Hex color #7AABA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AABA3 is #85545C. Grayscale: #9B9B9B. Windows color (decimal): -8737885 or 10726266. OLE color: 10726266.

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

Color convert

RGB122171163-
CMYK0.2900.050.33
HSL170.2º22.58%57.45%-
HSV(B)170.2º28.65%67.06%-
XYZ29.235.9140.04-
YUV155.44132.27104.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.75%
GREEN value IS 171 (67.19% from 255) = 37.5%
BLUE value IS 163 (64.06% from 255) = 35.75%
R=26.75%
G=37.5%
B=35.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221711630.2900.050.33170.222.5857.45
Hex7AABA31D0521aa1739
Octal1722532433505412522771
Binary111101010101011101000111110101011000011010101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AABA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,171,163); }

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

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

 a { background-color: rgb(122,171,163); }

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

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

 span { border-color: rgb(122,171,163); }

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