#7AB5AE

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

Shades of Gulf Stream #7AB5AE

Tints of Gulf Stream #7AB5AE

Color information

#7AB5AE (or 0x7AB5AE) is unknown color: approx Gulf Stream. HEX triplet: 7A, B5 and AE. RGB value is (122,181,174). Sum of RGB (Red+Green+Blue) = 122+181+174=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB5AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB5AE is #854A51. Grayscale: #A2A2A2. Windows color (decimal): -8735314 or 11449722. OLE color: 11449722.

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

Color convert

RGB122181174-
CMYK0.3300.040.29
HSL172.88º28.5%59.41%-
HSV(B)172.88º32.6%70.98%-
XYZ32.1940.2446.12-
YUV162.56134.4599.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.58%
GREEN value IS 181 (71.09% from 255) = 37.95%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=25.58%
G=37.95%
B=36.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221811740.3300.040.29172.8828.559.41
Hex7AB5AE21041Dad1d3b
Octal1722652564104352553573
Binary111101010110101101011101000010100111011010110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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