#80CDC4

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

Shades of Bermuda #80CDC4

Tints of Bermuda #80CDC4

Color information

#80CDC4 (or 0x80CDC4) is unknown color: approx Bermuda. HEX triplet: 80, CD and C4. RGB value is (128,205,196). Sum of RGB (Red+Green+Blue) = 128+205+196=529 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.20% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 205 - color contains mainly: green. Hex color #80CDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CDC4 is #7F323B. Grayscale: #B4B4B4. Windows color (decimal): -8335932 or 12897664. OLE color: 12897664.

HSL color Cylindrical-coordinate representation of color #80CDC4: hue angle of 172.99º 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 #80CDC4 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB128205196-
CMYK0.3800.040.20
HSL172.99º43.5%65.29%-
HSV(B)172.99º37.56%80.39%-
XYZ40.752.2460.16-
YUV180.95136.4990.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.20%
GREEN value IS 205 (80.47% from 255) = 38.75%
BLUE value IS 196 (76.95% from 255) = 37.05%
R=24.20%
G=38.75%
B=37.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1282051960.3800.040.20172.9943.565.29
Hex80CDC4260414ad2c41
Octal20031530446042425554101
Binary100000001100110111000100100110010010100101011011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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