Html Css Color HEX #80AEA6 Gulf Stream

📋 copy color: '#80AEA6'

red 128 ◦ green 174 ◦ blue 166

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

Shades of Gulf Stream #80AEA6

Tints of Gulf Stream #80AEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.47%

R = 27.35%
G = 37.18%
B = 35.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#80AEA6 (or 0x80AEA6) is known color: Gulf Stream. HEX triplet: 80, AE and A6. RGB value is (128,174,166). Sum of RGB (Red+Green+Blue) = 128+174+166=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 174 - color contains mainly: green. Hex color #80AEA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AEA6 is #7F5159. Grayscale: #9F9F9F. Windows color (decimal): -8343898 or 10923648. OLE color: 10923648.

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

Color convert

RGB 128 174 166 -
CMYK 0.26 0 0.05 0.32
HSL 169.57º 0.22% 0.59% -
HSV(B) 169.57º 0.26% 0.68% -
XYZ 30.92 37.61 41.71 -
YUV 159.33 131.76 105.65 -
System Red Green Blue C M Y K H S L
Decimal 128 174 166 0.26 0 0.05 0.32 169.57 0.22 0.59
Hex 80 AE A6 1A 0 5 20 AA 16 3B
Octal 200 256 246 32 0 5 40 252 26 73
Binary 10000000 10101110 10100110 11010 0 101 100000 10101010 10110 111011

Color Harmonies of #80AEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AEA6

Black with #80AEA6

Text Example


Text Example

White with #80AEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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