#80DDBB

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

Shades of Bermuda #80DDBB

Tints of Bermuda #80DDBB

Color information

#80DDBB (or 0x80DDBB) is unknown color: approx Bermuda. HEX triplet: 80, DD and BB. RGB value is (128,221,187). Sum of RGB (Red+Green+Blue) = 128+221+187=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDBB is #7F2244. Grayscale: #BDBDBD. Windows color (decimal): -8331845 or 12311936. OLE color: 12311936.

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

Color convert

RGB128221187-
CMYK0.4200.150.13
HSL158.06º57.76%68.43%-
HSV(B)158.06º42.08%86.67%-
XYZ43.7359.8956.27-
YUV189.32126.6984.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.88%
GREEN value IS 221 (86.72% from 255) = 41.23%
BLUE value IS 187 (73.44% from 255) = 34.89%
R=23.88%
G=41.23%
B=34.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282211870.4200.150.13158.0657.7668.43
Hex80DDBB2A0FD9e3a44
Octal200335273520171523672104
Binary100000001101110110111011101010011111101100111101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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