#81F9DA

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

Shades of Aquamarine #81F9DA

Tints of Aquamarine #81F9DA

Color information

#81F9DA (or 0x81F9DA) is unknown color: approx Aquamarine. HEX triplet: 81, F9 and DA. RGB value is (129,249,218). Sum of RGB (Red+Green+Blue) = 129+249+218=596 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.64% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #81F9DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81F9DA is #7E0625. Grayscale: #D1D1D1. Windows color (decimal): -8259110 or 14350721. OLE color: 14350721.

HSL color Cylindrical-coordinate representation of color #81F9DA: hue angle of 164.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F9DA is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB129249218-
CMYK0.4800.120.02
HSL164.5º90.91%74.12%-
HSV(B)164.5º48.19%97.65%-
XYZ55.5877.4878.36-
YUV209.59132.7470.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.64%
GREEN value IS 249 (97.66% from 255) = 41.78%
BLUE value IS 218 (85.55% from 255) = 36.58%
R=21.64%
G=41.78%
B=36.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292492180.4800.120.02164.590.9174.12
Hex81F9DA300C2a45b4a
Octal201371332600142244133112
Binary10000001111110011101101011000001100101010010010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,249,218); }

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

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

 a { background-color: rgb(129,249,218); }

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

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

 span { border-color: rgb(129,249,218); }

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