#80D6B6

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

Shades of Bermuda #80D6B6

Tints of Bermuda #80D6B6

Color information

#80D6B6 (or 0x80D6B6) is unknown color: approx Bermuda. HEX triplet: 80, D6 and B6. RGB value is (128,214,182). Sum of RGB (Red+Green+Blue) = 128+214+182=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #80D6B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D6B6 is #7F2949. Grayscale: #B8B8B8. Windows color (decimal): -8333642 or 11982464. OLE color: 11982464.

HSL color Cylindrical-coordinate representation of color #80D6B6: hue angle of 157.67º degrees, saturation: 0.51, 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 #80D6B6 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB128214182-
CMYK0.4000.150.16
HSL157.67º51.19%67.06%-
HSV(B)157.67º40.19%83.92%-
XYZ41.3956.0652.89-
YUV184.64126.5187.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.43%
GREEN value IS 214 (83.98% from 255) = 40.84%
BLUE value IS 182 (71.48% from 255) = 34.73%
R=24.43%
G=40.84%
B=34.73%

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
Decimal1282141820.4000.150.16157.6751.1967.06
Hex80D6B6280F109e3343
Octal200326266500172023663103
Binary1000000011010110101101101010000111110000100111101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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