#80D8B8

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

Shades of Bermuda #80D8B8

Tints of Bermuda #80D8B8

Color information

#80D8B8 (or 0x80D8B8) is unknown color: approx Bermuda. HEX triplet: 80, D8 and B8. RGB value is (128,216,184). Sum of RGB (Red+Green+Blue) = 128+216+184=528 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.24% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #80D8B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D8B8 is #7F2747. Grayscale: #BABABA. Windows color (decimal): -8333128 or 12114048. OLE color: 12114048.

HSL color Cylindrical-coordinate representation of color #80D8B8: hue angle of 158.18º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D8B8 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB128216184-
CMYK0.4100.150.15
HSL158.18º53.01%67.45%-
HSV(B)158.18º40.74%84.71%-
XYZ42.1157.1654.16-
YUV186.04126.8586.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.24%
GREEN value IS 216 (84.77% from 255) = 40.91%
BLUE value IS 184 (72.27% from 255) = 34.85%
R=24.24%
G=40.91%
B=34.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282161840.4100.150.15158.1853.0167.45
Hex80D8B8290FF9e3543
Octal200330270510171723665103
Binary100000001101100010111000101001011111111100111101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,216,184); }

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

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

 a { background-color: rgb(128,216,184); }

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

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

 span { border-color: rgb(128,216,184); }

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