#80DFBD

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

Shades of Bermuda #80DFBD

Tints of Bermuda #80DFBD

Color information

#80DFBD (or 0x80DFBD) is unknown color: approx Bermuda. HEX triplet: 80, DF and BD. RGB value is (128,223,189). Sum of RGB (Red+Green+Blue) = 128+223+189=540 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.70% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFBD is #7F2042. Grayscale: #BEBEBE. Windows color (decimal): -8331331 or 12443520. OLE color: 12443520.

HSL color Cylindrical-coordinate representation of color #80DFBD: hue angle of 158.53º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DFBD is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB128223189-
CMYK0.4300.150.13
HSL158.53º59.75%68.82%-
HSV(B)158.53º42.6%87.45%-
XYZ44.4861.0457.58-
YUV190.72127.0383.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.70%
GREEN value IS 223 (87.5% from 255) = 41.30%
BLUE value IS 189 (74.22% from 255) = 35%
R=23.70%
G=41.30%
B=35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282231890.4300.150.13158.5359.7568.82
Hex80DFBD2B0FD9f3c45
Octal200337275530171523774105
Binary100000001101111110111101101011011111101100111111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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