#80C8C7

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

Shades of Bermuda #80C8C7

Tints of Bermuda #80C8C7

Color information

#80C8C7 (or 0x80C8C7) is unknown color: approx Bermuda. HEX triplet: 80, C8 and C7. RGB value is (128,200,199). Sum of RGB (Red+Green+Blue) = 128+200+199=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 200 - color contains mainly: green. Hex color #80C8C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C8C7 is #7F3738. Grayscale: #B2B2B2. Windows color (decimal): -8337209 or 13092992. OLE color: 13092992.

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

Color convert

RGB128200199-
CMYK0.3600.000.22
HSL179.17º39.56%64.31%-
HSV(B)179.17º36%78.43%-
XYZ39.8750.0261.59-
YUV178.36139.6592.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.29%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 199 (78.12% from 255) = 37.76%
R=24.29%
G=37.95%
B=37.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1282001990.3600.000.22179.1739.5664.31
Hex80C8C7240016b32840
Octal20031030744002626350100
Binary1000000011001000110001111001000010110101100111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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