#80EDCD

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

Shades of Aquamarine #80EDCD

Tints of Aquamarine #80EDCD

Color information

#80EDCD (or 0x80EDCD) is unknown color: approx Aquamarine. HEX triplet: 80, ED and CD. RGB value is (128,237,205). Sum of RGB (Red+Green+Blue) = 128+237+205=570 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.46% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #80EDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EDCD is #7F1232. Grayscale: #C8C8C8. Windows color (decimal): -8327731 or 13495680. OLE color: 13495680.

HSL color Cylindrical-coordinate representation of color #80EDCD: hue angle of 162.39º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EDCD is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB128237205-
CMYK0.4600.140.07
HSL162.39º75.17%71.57%-
HSV(B)162.39º45.99%92.94%-
XYZ50.2169.5768.54-
YUV200.76130.3976.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.46%
GREEN value IS 237 (92.97% from 255) = 41.58%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=22.46%
G=41.58%
B=35.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282372050.4600.140.07162.3975.1771.57
Hex80EDCD2E0E7a24b48
Octal200355315560167242113110
Binary100000001110110111001101101110011101111010001010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,237,205); }

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

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

 a { background-color: rgb(128,237,205); }

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

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

 span { border-color: rgb(128,237,205); }

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