#80CEC7

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

Shades of Bermuda #80CEC7

Tints of Bermuda #80CEC7

Color information

#80CEC7 (or 0x80CEC7) is unknown color: approx Bermuda. HEX triplet: 80, CE and C7. RGB value is (128,206,199). Sum of RGB (Red+Green+Blue) = 128+206+199=533 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.02% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEC7 is #7F3138. Grayscale: #B5B5B5. Windows color (decimal): -8335673 or 13094528. OLE color: 13094528.

HSL color Cylindrical-coordinate representation of color #80CEC7: hue angle of 174.62º 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 #80CEC7 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB128206199-
CMYK0.3800.030.19
HSL174.62º44.32%65.49%-
HSV(B)174.62º37.86%80.78%-
XYZ41.2852.8662.06-
YUV181.88137.6689.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.02%
GREEN value IS 206 (80.86% from 255) = 38.65%
BLUE value IS 199 (78.12% from 255) = 37.34%
R=24.02%
G=38.65%
B=37.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282061990.3800.030.19174.6244.3265.49
Hex80CEC7260313af2c41
Octal20031630746032325754101
Binary10000000110011101100011110011001110011101011111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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