#80DAC1

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

Shades of Bermuda #80DAC1

Tints of Bermuda #80DAC1

Color information

#80DAC1 (or 0x80DAC1) is unknown color: approx Bermuda. HEX triplet: 80, DA and C1. RGB value is (128,218,193). Sum of RGB (Red+Green+Blue) = 128+218+193=539 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.75% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #80DAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DAC1 is #7F253E. Grayscale: #BCBCBC. Windows color (decimal): -8332607 or 12704384. OLE color: 12704384.

HSL color Cylindrical-coordinate representation of color #80DAC1: hue angle of 163.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80DAC1 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB128218193-
CMYK0.4100.110.15
HSL163.33º54.88%67.84%-
HSV(B)163.33º41.28%85.49%-
XYZ43.658.5859.46-
YUV188.24130.6885.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.75%
GREEN value IS 218 (85.55% from 255) = 40.45%
BLUE value IS 193 (75.78% from 255) = 35.81%
R=23.75%
G=40.45%
B=35.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282181930.4100.110.15163.3354.8867.84
Hex80DAC1290BFa33744
Octal200332301510131724367104
Binary100000001101101011000001101001010111111101000111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,218,193); }

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

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

 a { background-color: rgb(128,218,193); }

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

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

 span { border-color: rgb(128,218,193); }

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