#7AB4AE

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

Shades of Gulf Stream #7AB4AE

Tints of Gulf Stream #7AB4AE

Color information

#7AB4AE (or 0x7AB4AE) is unknown color: approx Gulf Stream. HEX triplet: 7A, B4 and AE. RGB value is (122,180,174). Sum of RGB (Red+Green+Blue) = 122+180+174=476 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.63% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB4AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB4AE is #854B51. Grayscale: #A1A1A1. Windows color (decimal): -8735570 or 11449466. OLE color: 11449466.

HSL color Cylindrical-coordinate representation of color #7AB4AE: hue angle of 173.79º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB4AE is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB122180174-
CMYK0.3200.030.29
HSL173.79º27.88%59.22%-
HSV(B)173.79º32.22%70.59%-
XYZ31.9939.8446.05-
YUV161.97134.7899.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.63%
GREEN value IS 180 (70.70% from 255) = 37.82%
BLUE value IS 174 (68.36% from 255) = 36.55%
R=25.63%
G=37.82%
B=36.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221801740.3200.030.29173.7927.8859.22
Hex7AB4AE20031Dae1c3b
Octal1722642564003352563473
Binary11110101011010010101110100000011111011010111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,180,174); }

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

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

 a { background-color: rgb(122,180,174); }

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

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

 span { border-color: rgb(122,180,174); }

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