#80CDCC

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

Shades of Bermuda #80CDCC

Tints of Bermuda #80CDCC

Color information

#80CDCC (or 0x80CDCC) is unknown color: approx Bermuda. HEX triplet: 80, CD and CC. RGB value is (128,205,204). Sum of RGB (Red+Green+Blue) = 128+205+204=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 205 - color contains mainly: green. Hex color #80CDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CDCC is #7F3233. Grayscale: #B5B5B5. Windows color (decimal): -8335924 or 13421952. OLE color: 13421952.

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

Color convert

RGB128205204-
CMYK0.3800.000.20
HSL179.22º43.5%65.29%-
HSV(B)179.22º37.56%80.39%-
XYZ41.6352.6165.09-
YUV181.86140.4989.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.84%
GREEN value IS 205 (80.47% from 255) = 38.18%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=23.84%
G=38.18%
B=37.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1282052040.3800.000.20179.2243.565.29
Hex80CDCC260014b32c41
Octal20031531446002426354101
Binary1000000011001101110011001001100010100101100111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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