#80D1C7

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

Shades of Bermuda #80D1C7

Tints of Bermuda #80D1C7

Color information

#80D1C7 (or 0x80D1C7) is unknown color: approx Bermuda. HEX triplet: 80, D1 and C7. RGB value is (128,209,199). Sum of RGB (Red+Green+Blue) = 128+209+199=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 209 - color contains mainly: green. Hex color #80D1C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D1C7 is #7F2E38. Grayscale: #B7B7B7. Windows color (decimal): -8334905 or 13095296. OLE color: 13095296.

HSL color Cylindrical-coordinate representation of color #80D1C7: hue angle of 172.59º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D1C7 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB128209199-
CMYK0.3900.050.18
HSL172.59º46.82%66.08%-
HSV(B)172.59º38.76%81.96%-
XYZ42.0154.3162.3-
YUV183.64136.6688.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.88%
GREEN value IS 209 (82.03% from 255) = 38.99%
BLUE value IS 199 (78.12% from 255) = 37.13%
R=23.88%
G=38.99%
B=37.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1282091990.3900.050.18172.5946.8266.08
Hex80D1C7270512ad2f42
Octal20032130747052225557102
Binary100000001101000111000111100111010110010101011011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,209,199); }

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

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

 a { background-color: rgb(128,209,199); }

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

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

 span { border-color: rgb(128,209,199); }

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