#80DBC2

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

Shades of Bermuda #80DBC2

Tints of Bermuda #80DBC2

Color information

#80DBC2 (or 0x80DBC2) is unknown color: approx Bermuda. HEX triplet: 80, DB and C2. RGB value is (128,219,194). Sum of RGB (Red+Green+Blue) = 128+219+194=541 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.66% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #80DBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DBC2 is #7F243D. Grayscale: #BCBCBC. Windows color (decimal): -8332350 or 12770176. OLE color: 12770176.

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

Color convert

RGB128219194-
CMYK0.4200.110.14
HSL163.52º55.83%68.04%-
HSV(B)163.52º41.55%85.88%-
XYZ43.9759.1560.14-
YUV188.94130.8584.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.66%
GREEN value IS 219 (85.94% from 255) = 40.48%
BLUE value IS 194 (76.17% from 255) = 35.86%
R=23.66%
G=40.48%
B=35.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1282191940.4200.110.14163.5255.8368.04
Hex80DBC22A0BEa43844
Octal200333302520131624470104
Binary100000001101101111000010101010010111110101001001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,219,194); }

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

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

 a { background-color: rgb(128,219,194); }

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

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

 span { border-color: rgb(128,219,194); }

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