#81FAE4

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

Shades of Aquamarine #81FAE4

Tints of Aquamarine #81FAE4

Color information

#81FAE4 (or 0x81FAE4) is unknown color: approx Aquamarine. HEX triplet: 81, FA and E4. RGB value is (129,250,228). Sum of RGB (Red+Green+Blue) = 129+250+228=607 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.25% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #81FAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FAE4 is #7E051B. Grayscale: #D3D3D3. Windows color (decimal): -8258844 or 15006337. OLE color: 15006337.

HSL color Cylindrical-coordinate representation of color #81FAE4: hue angle of 169.09º degrees, saturation: 0.92, 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 #81FAE4 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB129250228-
CMYK0.4800.090.02
HSL169.09º92.37%74.31%-
HSV(B)169.09º48.4%98.04%-
XYZ57.2478.6485.56-
YUV211.31137.4169.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.25%
GREEN value IS 250 (98.05% from 255) = 41.19%
BLUE value IS 228 (89.45% from 255) = 37.56%
R=21.25%
G=41.19%
B=37.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292502280.4800.090.02169.0992.3774.31
Hex81FAE430092a95c4a
Octal201372344600112251134112
Binary10000001111110101110010011000001001101010100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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