Html Css Color HEX #7AAEAB Gulf Stream

📋 copy color: '#7AAEAB'

red 122 ◦ green 174 ◦ blue 171

#7AAEAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Stream #7AAEAB

Tints of Gulf Stream #7AAEAB

RGB

 RED value IS 122 (48.05% from 255) = 26.12%

 GREEN value IS 174 (68.36% from 255) = 37.26%

 BLUE value IS 171 (67.19% from 255) = 36.62%

R = 26.12%
G = 37.26%
B = 36.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#7AAEAB (or 0x7AAEAB) is known color: Gulf Stream. HEX triplet: 7A, AE and AB. RGB value is (122,174,171). Sum of RGB (Red+Green+Blue) = 122+174+171=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAEAB is #855154. Grayscale: #9E9E9E. Windows color (decimal): -8737109 or 11251322. OLE color: 11251322.

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

Color convert

RGB 122 174 171 -
CMYK 0.30 0 0.02 0.32
HSL 176.54º 0.24% 0.58% -
HSV(B) 176.54º 0.3% 0.68% -
XYZ 30.51 37.35 44.13 -
YUV 158.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 122 174 171 0.30 0 0.02 0.32 176.54 0.24 0.58
Hex 7A AE AB 1E 0 2 20 B1 18 3A
Octal 172 256 253 36 0 2 40 261 30 72
Binary 1111010 10101110 10101011 11110 0 10 100000 10110001 11000 111010

Color Harmonies of #7AAEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAEAB

Black with #7AAEAB

Text Example


Text Example

White with #7AAEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7AAEAB;
 }
 .AnyTagClassName
 {
   color: #7AAEAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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