#80FDCE

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

Shades of Aquamarine #80FDCE

Tints of Aquamarine #80FDCE

Color information

#80FDCE (or 0x80FDCE) is unknown color: approx Aquamarine. HEX triplet: 80, FD and CE. RGB value is (128,253,206). Sum of RGB (Red+Green+Blue) = 128+253+206=587 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.81% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FDCE is #7F0231. Grayscale: #D2D2D2. Windows color (decimal): -8323634 or 13565312. OLE color: 13565312.

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

Color convert

RGB128253206-
CMYK0.4900.190.01
HSL157.44º96.9%74.71%-
HSV(B)157.44º49.41%99.22%-
XYZ55.1779.370.79-
YUV210.27125.5969.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.81%
GREEN value IS 253 (99.22% from 255) = 43.10%
BLUE value IS 206 (80.86% from 255) = 35.09%
R=21.81%
G=43.10%
B=35.09%

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
Decimal1282532060.4900.190.01157.4496.974.71
Hex80FDCE3101319d614b
Octal200375316610231235141113
Binary10000000111111011100111011000101001111001110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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