Html Css Color HEX #80B3AF Gulf Stream

📋 copy color: '#80B3AF'

red 128 ◦ green 179 ◦ blue 175

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

Shades of Gulf Stream #80B3AF

Tints of Gulf Stream #80B3AF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.14%

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

R = 26.56%
G = 37.14%
B = 36.31%

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

#80B3AF (or 0x80B3AF) is known color: Gulf Stream. HEX triplet: 80, B3 and AF. RGB value is (128,179,175). Sum of RGB (Red+Green+Blue) = 128+179+175=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 179 - color contains mainly: green. Hex color #80B3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B3AF is #7F4C50. Grayscale: #A3A3A3. Windows color (decimal): -8342609 or 11514752. OLE color: 11514752.

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

Color convert

RGB 128 179 175 -
CMYK 0.28 0 0.02 0.30
HSL 175.29º 0.25% 0.6% -
HSV(B) 175.29º 0.28% 0.7% -
XYZ 32.76 39.92 46.54 -
YUV 163.3 134.6 102.83 -
System Red Green Blue C M Y K H S L
Decimal 128 179 175 0.28 0 0.02 0.30 175.29 0.25 0.6
Hex 80 B3 AF 1C 0 2 1E AF 19 3C
Octal 200 263 257 34 0 2 36 257 31 74
Binary 10000000 10110011 10101111 11100 0 10 11110 10101111 11001 111100

Color Harmonies of #80B3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B3AF

Black with #80B3AF

Text Example


Text Example

White with #80B3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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