#80DAB6

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

Shades of Bermuda #80DAB6

Tints of Bermuda #80DAB6

Color information

#80DAB6 (or 0x80DAB6) is unknown color: approx Bermuda. HEX triplet: 80, DA and B6. RGB value is (128,218,182). Sum of RGB (Red+Green+Blue) = 128+218+182=528 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.24% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #80DAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DAB6 is #7F2549. Grayscale: #BBBBBB. Windows color (decimal): -8332618 or 11983488. OLE color: 11983488.

HSL color Cylindrical-coordinate representation of color #80DAB6: hue angle of 156º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80DAB6 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB128218182-
CMYK0.4100.170.15
HSL156º54.88%67.84%-
HSV(B)156º41.28%85.49%-
XYZ42.4258.1153.24-
YUV186.99125.1885.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.24%
GREEN value IS 218 (85.55% from 255) = 41.29%
BLUE value IS 182 (71.48% from 255) = 34.47%
R=24.24%
G=41.29%
B=34.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282181820.4100.170.1515654.8867.84
Hex80DAB629011F9c3744
Octal200332266510211723467104
Binary1000000011011010101101101010010100011111100111001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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