#80B7B0

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

Shades of Gulf Stream #80B7B0

Tints of Gulf Stream #80B7B0

Color information

#80B7B0 (or 0x80B7B0) is unknown color: approx Gulf Stream. HEX triplet: 80, B7 and B0. RGB value is (128,183,176). Sum of RGB (Red+Green+Blue) = 128+183+176=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 183 - color contains mainly: green. Hex color #80B7B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B7B0 is #7F484F. Grayscale: #A5A5A5. Windows color (decimal): -8341584 or 11581312. OLE color: 11581312.

HSL color Cylindrical-coordinate representation of color #80B7B0: hue angle of 172.36º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80B7B0 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB128183176-
CMYK0.3000.040.28
HSL172.36º27.64%60.98%-
HSV(B)172.36º30.05%71.76%-
XYZ33.6741.5947.33-
YUV165.76133.78101.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.28%
GREEN value IS 183 (71.88% from 255) = 37.58%
BLUE value IS 176 (69.14% from 255) = 36.14%
R=26.28%
G=37.58%
B=36.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1281831760.3000.040.28172.3627.6460.98
Hex80B7B01E041Cac1c3d
Octal2002672603604342543475
Binary100000001011011110110000111100100111001010110011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,183,176); }

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

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

 a { background-color: rgb(128,183,176); }

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

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

 span { border-color: rgb(128,183,176); }

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