#81EDD9

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

Shades of Aquamarine #81EDD9

Tints of Aquamarine #81EDD9

Color information

#81EDD9 (or 0x81EDD9) is unknown color: approx Aquamarine. HEX triplet: 81, ED and D9. RGB value is (129,237,217). Sum of RGB (Red+Green+Blue) = 129+237+217=583 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.13% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 237 - color contains mainly: green. Hex color #81EDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EDD9 is #7E1226. Grayscale: #CACACA. Windows color (decimal): -8262183 or 14282113. OLE color: 14282113.

HSL color Cylindrical-coordinate representation of color #81EDD9: hue angle of 168.89º degrees, saturation: 0.75, 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 #81EDD9 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB129237217-
CMYK0.4600.080.07
HSL168.89º75%71.76%-
HSV(B)168.89º45.57%92.94%-
XYZ51.8670.2576.47-
YUV202.43136.2275.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.13%
GREEN value IS 237 (92.97% from 255) = 40.65%
BLUE value IS 217 (85.16% from 255) = 37.22%
R=22.13%
G=40.65%
B=37.22%

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
Decimal1292372170.4600.080.07168.897571.76
Hex81EDD92E087a94b48
Octal201355331560107251113110
Binary100000011110110111011001101110010001111010100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,237,217); }

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

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

 a { background-color: rgb(129,237,217); }

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

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

 span { border-color: rgb(129,237,217); }

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