#80D6C6

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

Shades of Bermuda #80D6C6

Tints of Bermuda #80D6C6

Color information

#80D6C6 (or 0x80D6C6) is unknown color: approx Bermuda. HEX triplet: 80, D6 and C6. RGB value is (128,214,198). Sum of RGB (Red+Green+Blue) = 128+214+198=540 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.70% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #80D6C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D6C6 is #7F2939. Grayscale: #BABABA. Windows color (decimal): -8333626 or 13031040. OLE color: 13031040.

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

Color convert

RGB128214198-
CMYK0.4000.070.16
HSL168.84º51.19%67.06%-
HSV(B)168.84º40.19%83.92%-
XYZ43.1456.7662.11-
YUV186.46134.5186.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.70%
GREEN value IS 214 (83.98% from 255) = 39.63%
BLUE value IS 198 (77.73% from 255) = 36.67%
R=23.70%
G=39.63%
B=36.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282141980.4000.070.16168.8451.1967.06
Hex80D6C6280710a93343
Octal20032630650072025163103
Binary100000001101011011000110101000011110000101010011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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