#80a1ab

Color #80A1AB Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #80A1AB

Tints of Bali Hai #80A1AB

Color information

#80A1AB (or 0x80A1AB) is unknown color: approx Bali Hai. HEX triplet: 80, A1 and AB. RGB value is (128,161,171). Sum of RGB (Red+Green+Blue) = 128+161+171=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #80A1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A1AB is #7F5E54. Grayscale: #989898. Windows color (decimal): -8347221 or 11248000. OLE color: 11248000.

HSL color Cylindrical-coordinate representation of color #80A1AB: hue angle of 193.95º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80A1AB is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128161171-
CMYK0.250.0600.33
HSL193.95º20.38%58.63%-
HSV(B)193.95º25.15%67.06%-
XYZ2933.0243.37-
YUV152.27138.57110.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.83%
GREEN value IS 161 (63.28% from 255) = 35%
BLUE value IS 171 (67.19% from 255) = 37.17%
R=27.83%
G=35%
B=37.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281611710.250.0600.33193.9520.3858.63
Hex80A1AB196021c2143b
Octal2002412533160413022473
Binary1000000010100001101010111100111001000011100001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80a1ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,161,171); }

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

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

 a { background-color: rgb(128,161,171); }

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

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

 span { border-color: rgb(128,161,171); }

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