Html Css Color HEX #80AEA8 Gulf Stream

📋 copy color: '#80AEA8'

red 128 ◦ green 174 ◦ blue 168

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

Shades of Gulf Stream #80AEA8

Tints of Gulf Stream #80AEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.74%

R = 27.23%
G = 37.02%
B = 35.74%

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

#80AEA8 (or 0x80AEA8) is known color: Gulf Stream. HEX triplet: 80, AE and A8. RGB value is (128,174,168). Sum of RGB (Red+Green+Blue) = 128+174+168=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 174 - color contains mainly: green. Hex color #80AEA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AEA8 is #7F5157. Grayscale: #9F9F9F. Windows color (decimal): -8343896 or 11054720. OLE color: 11054720.

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

Color convert

RGB 128 174 168 -
CMYK 0.26 0 0.03 0.32
HSL 172.17º 0.22% 0.59% -
HSV(B) 172.17º 0.26% 0.68% -
XYZ 31.11 37.69 42.68 -
YUV 159.56 132.76 105.49 -
System Red Green Blue C M Y K H S L
Decimal 128 174 168 0.26 0 0.03 0.32 172.17 0.22 0.59
Hex 80 AE A8 1A 0 3 20 AC 16 3B
Octal 200 256 250 32 0 3 40 254 26 73
Binary 10000000 10101110 10101000 11010 0 11 100000 10101100 10110 111011

Color Harmonies of #80AEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AEA8

Black with #80AEA8

Text Example


Text Example

White with #80AEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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