#80D4BB

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

Shades of Bermuda #80D4BB

Tints of Bermuda #80D4BB

Color information

#80D4BB (or 0x80D4BB) is unknown color: approx Bermuda. HEX triplet: 80, D4 and BB. RGB value is (128,212,187). Sum of RGB (Red+Green+Blue) = 128+212+187=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 212 - color contains mainly: green. Hex color #80D4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D4BB is #7F2B44. Grayscale: #B8B8B8. Windows color (decimal): -8334149 or 12309632. OLE color: 12309632.

HSL color Cylindrical-coordinate representation of color #80D4BB: hue angle of 162.14º 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 #80D4BB is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB128212187-
CMYK0.4000.120.17
HSL162.14º49.41%66.67%-
HSV(B)162.14º39.62%83.14%-
XYZ41.4255.2655.5-
YUV184.03129.6788.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.29%
GREEN value IS 212 (83.20% from 255) = 40.23%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=24.29%
G=40.23%
B=35.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1282121870.4000.120.17162.1449.4166.67
Hex80D4BB280C11a23143
Octal200324273500142124261103
Binary1000000011010100101110111010000110010001101000101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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