#81EDC5

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

Shades of Aquamarine #81EDC5

Tints of Aquamarine #81EDC5

Color information

#81EDC5 (or 0x81EDC5) is unknown color: approx Aquamarine. HEX triplet: 81, ED and C5. RGB value is (129,237,197). Sum of RGB (Red+Green+Blue) = 129+237+197=563 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.91% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #81EDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EDC5 is #7E123A. Grayscale: #C8C8C8. Windows color (decimal): -8262203 or 12971393. OLE color: 12971393.

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

Color convert

RGB129237197-
CMYK0.4600.170.07
HSL157.78º75%71.76%-
HSV(B)157.78º45.57%92.94%-
XYZ49.4269.2763.59-
YUV200.15126.2277.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.91%
GREEN value IS 237 (92.97% from 255) = 42.10%
BLUE value IS 197 (77.34% from 255) = 34.99%
R=22.91%
G=42.10%
B=34.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292371970.4600.170.07157.787571.76
Hex81EDC52E01179e4b48
Octal201355305560217236113110
Binary1000000111101101110001011011100100011111001111010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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