#81F7E7

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

Shades of Aquamarine #81F7E7

Tints of Aquamarine #81F7E7

Color information

#81F7E7 (or 0x81F7E7) is unknown color: approx Aquamarine. HEX triplet: 81, F7 and E7. RGB value is (129,247,231). Sum of RGB (Red+Green+Blue) = 129+247+231=607 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.25% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 247 - color contains mainly: green. Hex color #81F7E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F7E7 is #7E0818. Grayscale: #D1D1D1. Windows color (decimal): -8259609 or 15202177. OLE color: 15202177.

HSL color Cylindrical-coordinate representation of color #81F7E7: hue angle of 171.86º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F7E7 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB129247231-
CMYK0.4800.060.03
HSL171.86º88.06%73.73%-
HSV(B)171.86º47.77%96.86%-
XYZ56.7476.9687.47-
YUV209.89139.9170.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.25%
GREEN value IS 247 (96.88% from 255) = 40.69%
BLUE value IS 231 (90.62% from 255) = 38.06%
R=21.25%
G=40.69%
B=38.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1292472310.4800.060.03171.8688.0673.73
Hex81F7E730063ac584a
Octal20136734760063254130112
Binary1000000111110111111001111100000110111010110010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,247,231); }

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

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

 a { background-color: rgb(129,247,231); }

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

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

 span { border-color: rgb(129,247,231); }

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