#80EDC4

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

Shades of Aquamarine #80EDC4

Tints of Aquamarine #80EDC4

Color information

#80EDC4 (or 0x80EDC4) is unknown color: approx Aquamarine. HEX triplet: 80, ED and C4. RGB value is (128,237,196). Sum of RGB (Red+Green+Blue) = 128+237+196=561 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.82% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #80EDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EDC4 is #7F123B. Grayscale: #C7C7C7. Windows color (decimal): -8327740 or 12905856. OLE color: 12905856.

HSL color Cylindrical-coordinate representation of color #80EDC4: hue angle of 157.43º 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 #80EDC4 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB128237196-
CMYK0.4600.170.07
HSL157.43º75.17%71.57%-
HSV(B)157.43º45.99%92.94%-
XYZ49.1569.1462.98-
YUV199.74125.8976.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.82%
GREEN value IS 237 (92.97% from 255) = 42.25%
BLUE value IS 196 (76.95% from 255) = 34.94%
R=22.82%
G=42.25%
B=34.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282371960.4600.170.07157.4375.1771.57
Hex80EDC42E01179d4b48
Octal200355304560217235113110
Binary1000000011101101110001001011100100011111001110110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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