#80D4B6

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

Shades of Bermuda #80D4B6

Tints of Bermuda #80D4B6

Color information

#80D4B6 (or 0x80D4B6) is unknown color: approx Bermuda. HEX triplet: 80, D4 and B6. RGB value is (128,212,182). Sum of RGB (Red+Green+Blue) = 128+212+182=522 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.52% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 212 - color contains mainly: green. Hex color #80D4B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D4B6 is #7F2B49. Grayscale: #B7B7B7. Windows color (decimal): -8334154 or 11981952. OLE color: 11981952.

HSL color Cylindrical-coordinate representation of color #80D4B6: hue angle of 158.57º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D4B6 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB128212182-
CMYK0.4000.140.17
HSL158.57º49.41%66.67%-
HSV(B)158.57º39.62%83.14%-
XYZ40.8955.0552.73-
YUV183.46127.1788.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.52%
GREEN value IS 212 (83.20% from 255) = 40.61%
BLUE value IS 182 (71.48% from 255) = 34.87%
R=24.52%
G=40.61%
B=34.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1282121820.4000.140.17158.5749.4166.67
Hex80D4B6280E119f3143
Octal200324266500162123761103
Binary1000000011010100101101101010000111010001100111111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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