#80DDC0

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

Shades of Bermuda #80DDC0

Tints of Bermuda #80DDC0

Color information

#80DDC0 (or 0x80DDC0) is unknown color: approx Bermuda. HEX triplet: 80, DD and C0. RGB value is (128,221,192). Sum of RGB (Red+Green+Blue) = 128+221+192=541 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.66% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDC0 is #7F223F. Grayscale: #BDBDBD. Windows color (decimal): -8331840 or 12639616. OLE color: 12639616.

HSL color Cylindrical-coordinate representation of color #80DDC0: hue angle of 161.29º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DDC0 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB128221192-
CMYK0.4200.130.13
HSL161.29º57.76%68.43%-
HSV(B)161.29º42.08%86.67%-
XYZ44.2760.1159.14-
YUV189.89129.1983.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.66%
GREEN value IS 221 (86.72% from 255) = 40.85%
BLUE value IS 192 (75.39% from 255) = 35.49%
R=23.66%
G=40.85%
B=35.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282211920.4200.130.13161.2957.7668.43
Hex80DDC02A0DDa13a44
Octal200335300520151524172104
Binary100000001101110111000000101010011011101101000011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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