#80CDC9

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

Shades of Bermuda #80CDC9

Tints of Bermuda #80CDC9

Color information

#80CDC9 (or 0x80CDC9) is unknown color: approx Bermuda. HEX triplet: 80, CD and C9. RGB value is (128,205,201). Sum of RGB (Red+Green+Blue) = 128+205+201=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #80CDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CDC9 is #7F3236. Grayscale: #B5B5B5. Windows color (decimal): -8335927 or 13225344. OLE color: 13225344.

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

Color convert

RGB128205201-
CMYK0.3800.020.20
HSL176.88º43.5%65.29%-
HSV(B)176.88º37.56%80.39%-
XYZ41.2852.4763.21-
YUV181.52138.9989.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.97%
GREEN value IS 205 (80.47% from 255) = 38.39%
BLUE value IS 201 (78.91% from 255) = 37.64%
R=23.97%
G=38.39%
B=37.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1282052010.3800.020.20176.8843.565.29
Hex80CDC9260214b12c41
Octal20031531146022426154101
Binary10000000110011011100100110011001010100101100011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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