#80DCB4

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

Shades of Bermuda #80DCB4

Tints of Bermuda #80DCB4

Color information

#80DCB4 (or 0x80DCB4) is unknown color: approx Bermuda. HEX triplet: 80, DC and B4. RGB value is (128,220,180). Sum of RGB (Red+Green+Blue) = 128+220+180=528 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.24% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #80DCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DCB4 is #7F234B. Grayscale: #BCBCBC. Windows color (decimal): -8332108 or 11852928. OLE color: 11852928.

HSL color Cylindrical-coordinate representation of color #80DCB4: hue angle of 153.91º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DCB4 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB128220180-
CMYK0.4200.180.14
HSL153.91º56.79%68.24%-
HSV(B)153.91º41.82%86.27%-
XYZ42.7359.0752.33-
YUV187.93123.5285.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.24%
GREEN value IS 220 (86.33% from 255) = 41.67%
BLUE value IS 180 (70.70% from 255) = 34.09%
R=24.24%
G=41.67%
B=34.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1282201800.4200.180.14153.9156.7968.24
Hex80DCB42A012E9a3944
Octal200334264520221623271104
Binary1000000011011100101101001010100100101110100110101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,220,180); }

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

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

 a { background-color: rgb(128,220,180); }

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

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

 span { border-color: rgb(128,220,180); }

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