#80D6C0

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

Shades of Bermuda #80D6C0

Tints of Bermuda #80D6C0

Color information

#80D6C0 (or 0x80D6C0) is unknown color: approx Bermuda. HEX triplet: 80, D6 and C0. RGB value is (128,214,192). Sum of RGB (Red+Green+Blue) = 128+214+192=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #80D6C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D6C0 is #7F293F. Grayscale: #B9B9B9. Windows color (decimal): -8333632 or 12637824. OLE color: 12637824.

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

Color convert

RGB128214192-
CMYK0.4000.100.16
HSL164.65º51.19%67.06%-
HSV(B)164.65º40.19%83.92%-
XYZ42.4656.4958.53-
YUV185.78131.5186.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.97%
GREEN value IS 214 (83.98% from 255) = 40.07%
BLUE value IS 192 (75.39% from 255) = 35.96%
R=23.97%
G=40.07%
B=35.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282141920.4000.100.16164.6551.1967.06
Hex80D6C0280A10a53343
Octal200326300500122024563103
Binary1000000011010110110000001010000101010000101001011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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