#80C7C4

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

Shades of Bermuda #80C7C4

Tints of Bermuda #80C7C4

Color information

#80C7C4 (or 0x80C7C4) is unknown color: approx Bermuda. HEX triplet: 80, C7 and C4. RGB value is (128,199,196). Sum of RGB (Red+Green+Blue) = 128+199+196=523 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.47% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 199 - color contains mainly: green. Hex color #80C7C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C7C4 is #7F383B. Grayscale: #B1B1B1. Windows color (decimal): -8337468 or 12896128. OLE color: 12896128.

HSL color Cylindrical-coordinate representation of color #80C7C4: hue angle of 177.46º 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 #80C7C4 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB128199196-
CMYK0.3600.020.22
HSL177.46º38.8%64.12%-
HSV(B)177.46º35.68%78.04%-
XYZ39.2949.4259.69-
YUV177.43138.4892.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.47%
GREEN value IS 199 (78.12% from 255) = 38.05%
BLUE value IS 196 (76.95% from 255) = 37.48%
R=24.47%
G=38.05%
B=37.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1281991960.3600.020.22177.4638.864.12
Hex80C7C4240216b12740
Octal20030730444022626147100
Binary10000000110001111100010010010001010110101100011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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