#81FDE4

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

Shades of Aquamarine #81FDE4

Tints of Aquamarine #81FDE4

Color information

#81FDE4 (or 0x81FDE4) is unknown color: approx Aquamarine. HEX triplet: 81, FD and E4. RGB value is (129,253,228). Sum of RGB (Red+Green+Blue) = 129+253+228=610 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.15% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 228 (89.45% from 255 or 37.38% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #81FDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FDE4 is #7E021B. Grayscale: #D5D5D5. Windows color (decimal): -8258076 or 15007105. OLE color: 15007105.

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

Color convert

RGB129253228-
CMYK0.4900.100.01
HSL167.9º96.88%74.9%-
HSV(B)167.9º49.01%99.22%-
XYZ58.1880.5285.87-
YUV213.07136.4268.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.15%
GREEN value IS 253 (99.22% from 255) = 41.48%
BLUE value IS 228 (89.45% from 255) = 37.38%
R=21.15%
G=41.48%
B=37.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1292532280.4900.100.01167.996.8874.9
Hex81FDE4310A1a8614b
Octal201375344610121250141113
Binary1000000111111101111001001100010101011010100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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