Html Css Color HEX #80B2AF Gulf Stream

📋 copy color: '#80B2AF'

red 128 ◦ green 178 ◦ blue 175

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

Shades of Gulf Stream #80B2AF

Tints of Gulf Stream #80B2AF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.01%

 BLUE value IS 175 (68.75% from 255) = 36.38%

R = 26.61%
G = 37.01%
B = 36.38%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#80B2AF (or 0x80B2AF) is known color: Gulf Stream. HEX triplet: 80, B2 and AF. RGB value is (128,178,175). Sum of RGB (Red+Green+Blue) = 128+178+175=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 178 - color contains mainly: green. Hex color #80B2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B2AF is #7F4D50. Grayscale: #A2A2A2. Windows color (decimal): -8342865 or 11514496. OLE color: 11514496.

HSL color Cylindrical-coordinate representation of color #80B2AF: hue angle of 176.4º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80B2AF is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 178 175 -
CMYK 0.28 0 0.02 0.30
HSL 176.4º 0.25% 0.6% -
HSV(B) 176.4º 0.28% 0.7% -
XYZ 32.56 39.53 46.47 -
YUV 162.71 134.94 103.24 -
System Red Green Blue C M Y K H S L
Decimal 128 178 175 0.28 0 0.02 0.30 176.4 0.25 0.6
Hex 80 B2 AF 1C 0 2 1E B0 19 3C
Octal 200 262 257 34 0 2 36 260 31 74
Binary 10000000 10110010 10101111 11100 0 10 11110 10110000 11001 111100

Color Harmonies of #80B2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B2AF

Black with #80B2AF

Text Example


Text Example

White with #80B2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,178,175); }

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

background-color css

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

 a { background-color: rgb(128,178,175); }

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

border-color css

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

 span { border-color: rgb(128,178,175); }

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