#80CDBD

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

Shades of Bermuda #80CDBD

Tints of Bermuda #80CDBD

Color information

#80CDBD (or 0x80CDBD) is unknown color: approx Bermuda. HEX triplet: 80, CD and BD. RGB value is (128,205,189). Sum of RGB (Red+Green+Blue) = 128+205+189=522 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.52% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #80CDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CDBD is #7F3242. Grayscale: #B4B4B4. Windows color (decimal): -8335939 or 12438912. OLE color: 12438912.

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

Color convert

RGB128205189-
CMYK0.3800.080.20
HSL167.53º43.5%65.29%-
HSV(B)167.53º37.56%80.39%-
XYZ39.9251.9356.06-
YUV180.15132.9990.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.52%
GREEN value IS 205 (80.47% from 255) = 39.27%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=24.52%
G=39.27%
B=36.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1282051890.3800.080.20167.5343.565.29
Hex80CDBD260814a82c41
Octal200315275460102425054101
Binary1000000011001101101111011001100100010100101010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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