#80C7BF

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

Shades of Bermuda #80C7BF

Tints of Bermuda #80C7BF

Color information

#80C7BF (or 0x80C7BF) is unknown color: approx Bermuda. HEX triplet: 80, C7 and BF. RGB value is (128,199,191). Sum of RGB (Red+Green+Blue) = 128+199+191=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 199 - color contains mainly: green. Hex color #80C7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C7BF is #7F3840. Grayscale: #B0B0B0. Windows color (decimal): -8337473 or 12568448. OLE color: 12568448.

HSL color Cylindrical-coordinate representation of color #80C7BF: hue angle of 173.24º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C7BF is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB128199191-
CMYK0.3600.040.22
HSL173.24º38.8%64.12%-
HSV(B)173.24º35.68%78.04%-
XYZ38.7349.256.75-
YUV176.86135.9893.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.71%
GREEN value IS 199 (78.12% from 255) = 38.42%
BLUE value IS 191 (75% from 255) = 36.87%
R=24.71%
G=38.42%
B=36.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1281991910.3600.040.22173.2438.864.12
Hex80C7BF240416ad2740
Octal20030727744042625547100
Binary100000001100011110111111100100010010110101011011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,199,191); }

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

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

 a { background-color: rgb(128,199,191); }

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

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

 span { border-color: rgb(128,199,191); }

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