#80B6AC

Color #80B6AC Gulf Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Stream #80B6AC

Tints of Gulf Stream #80B6AC

Color information

#80B6AC (or 0x80B6AC) is unknown color: approx Gulf Stream. HEX triplet: 80, B6 and AC. RGB value is (128,182,172). Sum of RGB (Red+Green+Blue) = 128+182+172=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 182 - color contains mainly: green. Hex color #80B6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B6AC is #7F4953. Grayscale: #A4A4A4. Windows color (decimal): -8341844 or 11318912. OLE color: 11318912.

HSL color Cylindrical-coordinate representation of color #80B6AC: hue angle of 168.89º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80B6AC is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB128182172-
CMYK0.3000.050.29
HSL168.89º27%60.78%-
HSV(B)168.89º29.67%71.37%-
XYZ33.0841.0245.2-
YUV164.71132.11101.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.56%
GREEN value IS 182 (71.48% from 255) = 37.76%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=26.56%
G=37.76%
B=35.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281821720.3000.050.29168.892760.78
Hex80B6AC1E051Da91b3d
Octal2002662543605352513375
Binary100000001011011010101100111100101111011010100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,182,172); }

 H1.HeaderClassName
 {
   color: #80B6AC;
 }
 .AnyTagClassName
 {
   color: #80B6AC;
 }
</style>
background-color css

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

 a { background-color: rgb(128,182,172); }

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

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

 span { border-color: rgb(128,182,172); }

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