#80DFB5

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

Shades of Bermuda #80DFB5

Tints of Bermuda #80DFB5

Color information

#80DFB5 (or 0x80DFB5) is unknown color: approx Bermuda. HEX triplet: 80, DF and B5. RGB value is (128,223,181). Sum of RGB (Red+Green+Blue) = 128+223+181=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFB5 is #7F204A. Grayscale: #BDBDBD. Windows color (decimal): -8331339 or 11919232. OLE color: 11919232.

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

Color convert

RGB128223181-
CMYK0.4300.190.13
HSL153.47º59.75%68.82%-
HSV(B)153.47º42.6%87.45%-
XYZ43.6360.753.13-
YUV189.81123.0383.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.06%
GREEN value IS 223 (87.5% from 255) = 41.92%
BLUE value IS 181 (71.09% from 255) = 34.02%
R=24.06%
G=41.92%
B=34.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282231810.4300.190.13153.4759.7568.82
Hex80DFB52B013D993c45
Octal200337265530231523174105
Binary1000000011011111101101011010110100111101100110011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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