#80CEBD

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

Shades of Bermuda #80CEBD

Tints of Bermuda #80CEBD

Color information

#80CEBD (or 0x80CEBD) is unknown color: approx Bermuda. HEX triplet: 80, CE and BD. RGB value is (128,206,189). Sum of RGB (Red+Green+Blue) = 128+206+189=523 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.47% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEBD is #7F3142. Grayscale: #B4B4B4. Windows color (decimal): -8335683 or 12439168. OLE color: 12439168.

HSL color Cylindrical-coordinate representation of color #80CEBD: hue angle of 166.92º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CEBD is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB128206189-
CMYK0.3800.080.19
HSL166.92º44.32%65.49%-
HSV(B)166.92º37.86%80.78%-
XYZ40.1652.4156.14-
YUV180.74132.6690.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.47%
GREEN value IS 206 (80.86% from 255) = 39.39%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=24.47%
G=39.39%
B=36.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282061890.3800.080.19166.9244.3265.49
Hex80CEBD260813a72c41
Octal200316275460102324754101
Binary1000000011001110101111011001100100010011101001111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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