#80DFBE

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

Shades of Bermuda #80DFBE

Tints of Bermuda #80DFBE

Color information

#80DFBE (or 0x80DFBE) is unknown color: approx Bermuda. HEX triplet: 80, DF and BE. RGB value is (128,223,190). Sum of RGB (Red+Green+Blue) = 128+223+190=541 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.66% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFBE is #7F2041. Grayscale: #BEBEBE. Windows color (decimal): -8331330 or 12509056. OLE color: 12509056.

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

Color convert

RGB128223190-
CMYK0.4300.150.13
HSL159.16º59.75%68.82%-
HSV(B)159.16º42.6%87.45%-
XYZ44.5861.0858.16-
YUV190.83127.5383.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.66%
GREEN value IS 223 (87.5% from 255) = 41.22%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=23.66%
G=41.22%
B=35.12%

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
Decimal1282231900.4300.150.13159.1659.7568.82
Hex80DFBE2B0FD9f3c45
Octal200337276530171523774105
Binary100000001101111110111110101011011111101100111111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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