#81FEDD

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

Shades of Aquamarine #81FEDD

Tints of Aquamarine #81FEDD

Color information

#81FEDD (or 0x81FEDD) is unknown color: approx Aquamarine. HEX triplet: 81, FE and DD. RGB value is (129,254,221). Sum of RGB (Red+Green+Blue) = 129+254+221=604 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.36% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #81FEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FEDD is #7E0122. Grayscale: #D4D4D4. Windows color (decimal): -8257827 or 14548609. OLE color: 14548609.

HSL color Cylindrical-coordinate representation of color #81FEDD: hue angle of 164.16º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FEDD is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB129254221-
CMYK0.4900.130.00
HSL164.16º98.43%75.1%-
HSV(B)164.16º49.21%99.61%-
XYZ57.5580.7780.96-
YUV212.86132.5968.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.36%
GREEN value IS 254 (99.61% from 255) = 42.05%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=21.36%
G=42.05%
B=36.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1292542210.4900.130.00164.1698.4375.1
Hex81FEDD310D0a4624b
Octal201376335610150244142113
Binary1000000111111110110111011100010110101010010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81FEDD; }

 p { color: rgb(129,254,221); }

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

<style>
 a { background-color: #81FEDD; }

 a { background-color: rgb(129,254,221); }

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

<style>
 span { border-color: #81FEDD; }

 span { border-color: rgb(129,254,221); }

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