Html Css Color HEX #80AEAA Gulf Stream

📋 copy color: '#80AEAA'

red 128 ◦ green 174 ◦ blue 170

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

Shades of Gulf Stream #80AEAA

Tints of Gulf Stream #80AEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.02%

R = 27.12%
G = 36.86%
B = 36.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#80AEAA (or 0x80AEAA) is known color: Gulf Stream. HEX triplet: 80, AE and AA. RGB value is (128,174,170). Sum of RGB (Red+Green+Blue) = 128+174+170=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 174 - color contains mainly: green. Hex color #80AEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AEAA is #7F5155. Grayscale: #9F9F9F. Windows color (decimal): -8343894 or 11185792. OLE color: 11185792.

HSL color Cylindrical-coordinate representation of color #80AEAA: hue angle of 174.78º 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 #80AEAA is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 174 170 -
CMYK 0.26 0 0.02 0.32
HSL 174.78º 0.22% 0.59% -
HSV(B) 174.78º 0.26% 0.68% -
XYZ 31.29 37.76 43.67 -
YUV 159.79 133.76 105.33 -
System Red Green Blue C M Y K H S L
Decimal 128 174 170 0.26 0 0.02 0.32 174.78 0.22 0.59
Hex 80 AE AA 1A 0 2 20 AF 16 3B
Octal 200 256 252 32 0 2 40 257 26 73
Binary 10000000 10101110 10101010 11010 0 10 100000 10101111 10110 111011

Color Harmonies of #80AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AEAA

Black with #80AEAA

Text Example


Text Example

White with #80AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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