#80DDBD

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

Shades of Bermuda #80DDBD

Tints of Bermuda #80DDBD

Color information

#80DDBD (or 0x80DDBD) is unknown color: approx Bermuda. HEX triplet: 80, DD and BD. RGB value is (128,221,189). Sum of RGB (Red+Green+Blue) = 128+221+189=538 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.79% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDBD is #7F2242. Grayscale: #BDBDBD. Windows color (decimal): -8331843 or 12443008. OLE color: 12443008.

HSL color Cylindrical-coordinate representation of color #80DDBD: hue angle of 159.35º 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 #80DDBD is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB128221189-
CMYK0.4200.140.13
HSL159.35º57.76%68.43%-
HSV(B)159.35º42.08%86.67%-
XYZ43.9459.9857.4-
YUV189.54127.6984.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.79%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 189 (74.22% from 255) = 35.13%
R=23.79%
G=41.08%
B=35.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282211890.4200.140.13159.3557.7668.43
Hex80DDBD2A0ED9f3a44
Octal200335275520161523772104
Binary100000001101110110111101101010011101101100111111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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