#80D5B6

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

Shades of Bermuda #80D5B6

Tints of Bermuda #80D5B6

Color information

#80D5B6 (or 0x80D5B6) is unknown color: approx Bermuda. HEX triplet: 80, D5 and B6. RGB value is (128,213,182). Sum of RGB (Red+Green+Blue) = 128+213+182=523 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.47% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #80D5B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D5B6 is #7F2A49. Grayscale: #B8B8B8. Windows color (decimal): -8333898 or 11982208. OLE color: 11982208.

HSL color Cylindrical-coordinate representation of color #80D5B6: hue angle of 158.12º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D5B6 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB128213182-
CMYK0.4000.150.16
HSL158.12º50.3%66.86%-
HSV(B)158.12º39.91%83.53%-
XYZ41.1455.5652.81-
YUV184.05126.8488.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.47%
GREEN value IS 213 (83.59% from 255) = 40.73%
BLUE value IS 182 (71.48% from 255) = 34.80%
R=24.47%
G=40.73%
B=34.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282131820.4000.150.16158.1250.366.86
Hex80D5B6280F109e3243
Octal200325266500172023662103
Binary1000000011010101101101101010000111110000100111101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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