#80DCBE

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

Shades of Bermuda #80DCBE

Tints of Bermuda #80DCBE

Color information

#80DCBE (or 0x80DCBE) is unknown color: approx Bermuda. HEX triplet: 80, DC and BE. RGB value is (128,220,190). Sum of RGB (Red+Green+Blue) = 128+220+190=538 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.79% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #80DCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DCBE is #7F2341. Grayscale: #BDBDBD. Windows color (decimal): -8332098 or 12508288. OLE color: 12508288.

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

Color convert

RGB128220190-
CMYK0.4200.140.14
HSL160.43º56.79%68.24%-
HSV(B)160.43º41.82%86.27%-
XYZ43.7959.4957.89-
YUV189.07128.5284.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.79%
GREEN value IS 220 (86.33% from 255) = 40.89%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=23.79%
G=40.89%
B=35.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1282201900.4200.140.14160.4356.7968.24
Hex80DCBE2A0EEa03944
Octal200334276520161624071104
Binary100000001101110010111110101010011101110101000001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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