Html Css Color HEX #80AEA9 Gulf Stream

📋 copy color: '#80AEA9'

red 128 ◦ green 174 ◦ blue 169

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

Shades of Gulf Stream #80AEA9

Tints of Gulf Stream #80AEA9

RGB

 RED value IS 128 (50.39% from 255) = 27.18%

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

 BLUE value IS 169 (66.41% from 255) = 35.88%

R = 27.18%
G = 36.94%
B = 35.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#80AEA9 (or 0x80AEA9) is known color: Gulf Stream. HEX triplet: 80, AE and A9. RGB value is (128,174,169). Sum of RGB (Red+Green+Blue) = 128+174+169=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 174 - color contains mainly: green. Hex color #80AEA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AEA9 is #7F5156. Grayscale: #9F9F9F. Windows color (decimal): -8343895 or 11120256. OLE color: 11120256.

HSL color Cylindrical-coordinate representation of color #80AEA9: hue angle of 173.48º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AEA9 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 174 169 -
CMYK 0.26 0 0.03 0.32
HSL 173.48º 0.22% 0.59% -
HSV(B) 173.48º 0.26% 0.68% -
XYZ 31.2 37.73 43.17 -
YUV 159.68 133.26 105.41 -
System Red Green Blue C M Y K H S L
Decimal 128 174 169 0.26 0 0.03 0.32 173.48 0.22 0.59
Hex 80 AE A9 1A 0 3 20 AD 16 3B
Octal 200 256 251 32 0 3 40 255 26 73
Binary 10000000 10101110 10101001 11010 0 11 100000 10101101 10110 111011

Color Harmonies of #80AEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AEA9

Black with #80AEA9

Text Example


Text Example

White with #80AEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80AEA9; }

 p { color: rgb(128,174,169); }

 H1.HeaderClassName
 {
   color: #80AEA9;
 }
 .AnyTagClassName
 {
   color: #80AEA9;
 }
</style>

background-color css

<style>
 a { background-color: #80AEA9; }

 a { background-color: rgb(128,174,169); }

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

border-color css

<style>
 span { border-color: #80AEA9; }

 span { border-color: rgb(128,174,169); }

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