#80FDCD

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

Shades of Aquamarine #80FDCD

Tints of Aquamarine #80FDCD

Color information

#80FDCD (or 0x80FDCD) is unknown color: approx Aquamarine. HEX triplet: 80, FD and CD. RGB value is (128,253,205). Sum of RGB (Red+Green+Blue) = 128+253+205=586 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.84% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FDCD is #7F0232. Grayscale: #D2D2D2. Windows color (decimal): -8323635 or 13499776. OLE color: 13499776.

HSL color Cylindrical-coordinate representation of color #80FDCD: hue angle of 156.96º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FDCD is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB128253205-
CMYK0.4900.190.01
HSL156.96º96.9%74.71%-
HSV(B)156.96º49.41%99.22%-
XYZ55.0579.2570.15-
YUV210.15125.0969.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.84%
GREEN value IS 253 (99.22% from 255) = 43.17%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=21.84%
G=43.17%
B=34.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1282532050.4900.190.01156.9696.974.71
Hex80FDCD3101319d614b
Octal200375315610231235141113
Binary10000000111111011100110111000101001111001110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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