#80CDC7

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

Shades of Bermuda #80CDC7

Tints of Bermuda #80CDC7

Color information

#80CDC7 (or 0x80CDC7) is unknown color: approx Bermuda. HEX triplet: 80, CD and C7. RGB value is (128,205,199). Sum of RGB (Red+Green+Blue) = 128+205+199=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #80CDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CDC7 is #7F3238. Grayscale: #B5B5B5. Windows color (decimal): -8335929 or 13094272. OLE color: 13094272.

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

Color convert

RGB128205199-
CMYK0.3800.030.20
HSL175.32º43.5%65.29%-
HSV(B)175.32º37.56%80.39%-
XYZ41.0452.3861.98-
YUV181.29137.9989.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.06%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 199 (78.12% from 255) = 37.41%
R=24.06%
G=38.53%
B=37.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1282051990.3800.030.20175.3243.565.29
Hex80CDC7260314af2c41
Octal20031530746032425754101
Binary10000000110011011100011110011001110100101011111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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