#80CDC2

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

Shades of Bermuda #80CDC2

Tints of Bermuda #80CDC2

Color information

#80CDC2 (or 0x80CDC2) is unknown color: approx Bermuda. HEX triplet: 80, CD and C2. RGB value is (128,205,194). Sum of RGB (Red+Green+Blue) = 128+205+194=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #80CDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CDC2 is #7F323D. Grayscale: #B4B4B4. Windows color (decimal): -8335934 or 12766592. OLE color: 12766592.

HSL color Cylindrical-coordinate representation of color #80CDC2: hue angle of 171.43º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CDC2 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB128205194-
CMYK0.3800.050.20
HSL171.43º43.5%65.29%-
HSV(B)171.43º37.56%80.39%-
XYZ40.4752.1558.97-
YUV180.72135.4990.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.29%
GREEN value IS 205 (80.47% from 255) = 38.90%
BLUE value IS 194 (76.17% from 255) = 36.81%
R=24.29%
G=38.90%
B=36.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1282051940.3800.050.20171.4343.565.29
Hex80CDC2260514ab2c41
Octal20031530246052425354101
Binary100000001100110111000010100110010110100101010111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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