#81FDE0

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

Shades of Aquamarine #81FDE0

Tints of Aquamarine #81FDE0

Color information

#81FDE0 (or 0x81FDE0) is unknown color: approx Aquamarine. HEX triplet: 81, FD and E0. RGB value is (129,253,224). Sum of RGB (Red+Green+Blue) = 129+253+224=606 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.29% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #81FDE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FDE0 is #7E021F. Grayscale: #D4D4D4. Windows color (decimal): -8258080 or 14744961. OLE color: 14744961.

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

Color convert

RGB129253224-
CMYK0.4900.110.01
HSL165.97º96.88%74.9%-
HSV(B)165.97º49.01%99.22%-
XYZ57.6380.382.98-
YUV212.62134.4268.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.29%
GREEN value IS 253 (99.22% from 255) = 41.75%
BLUE value IS 224 (87.89% from 255) = 36.96%
R=21.29%
G=41.75%
B=36.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1292532240.4900.110.01165.9796.8874.9
Hex81FDE0310B1a6614b
Octal201375340610131246141113
Binary1000000111111101111000001100010101111010011011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,253,224); }

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

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

 a { background-color: rgb(129,253,224); }

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

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

 span { border-color: rgb(129,253,224); }

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