#81EEDA

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

Shades of Aquamarine #81EEDA

Tints of Aquamarine #81EEDA

Color information

#81EEDA (or 0x81EEDA) is unknown color: approx Aquamarine. HEX triplet: 81, EE and DA. RGB value is (129,238,218). Sum of RGB (Red+Green+Blue) = 129+238+218=585 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.05% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #81EEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EEDA is #7E1125. Grayscale: #CBCBCB. Windows color (decimal): -8261926 or 14347905. OLE color: 14347905.

HSL color Cylindrical-coordinate representation of color #81EEDA: hue angle of 168.99º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EEDA is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB129238218-
CMYK0.4600.080.07
HSL168.99º76.22%71.96%-
HSV(B)168.99º45.8%93.33%-
XYZ52.2870.8877.25-
YUV203.13136.3975.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.05%
GREEN value IS 238 (93.36% from 255) = 40.68%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=22.05%
G=40.68%
B=37.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292382180.4600.080.07168.9976.2271.96
Hex81EEDA2E087a94c48
Octal201356332560107251114110
Binary100000011110111011011010101110010001111010100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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