#80D6B4

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

Shades of Bermuda #80D6B4

Tints of Bermuda #80D6B4

Color information

#80D6B4 (or 0x80D6B4) is unknown color: approx Bermuda. HEX triplet: 80, D6 and B4. RGB value is (128,214,180). Sum of RGB (Red+Green+Blue) = 128+214+180=522 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.52% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 214 - color contains mainly: green. Hex color #80D6B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D6B4 is #7F294B. Grayscale: #B8B8B8. Windows color (decimal): -8333644 or 11851392. OLE color: 11851392.

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

Color convert

RGB128214180-
CMYK0.4000.160.16
HSL156.28º51.19%67.06%-
HSV(B)156.28º40.19%83.92%-
XYZ41.1955.9851.81-
YUV184.41125.5187.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.52%
GREEN value IS 214 (83.98% from 255) = 41.00%
BLUE value IS 180 (70.70% from 255) = 34.48%
R=24.52%
G=41.00%
B=34.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282141800.4000.160.16156.2851.1967.06
Hex80D6B428010109c3343
Octal200326264500202023463103
Binary10000000110101101011010010100001000010000100111001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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