#81EDDF

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

Shades of Aquamarine #81EDDF

Tints of Aquamarine #81EDDF

Color information

#81EDDF (or 0x81EDDF) is unknown color: approx Aquamarine. HEX triplet: 81, ED and DF. RGB value is (129,237,223). Sum of RGB (Red+Green+Blue) = 129+237+223=589 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.90% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #81EDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EDDF is #7E1220. Grayscale: #CBCBCB. Windows color (decimal): -8262177 or 14675329. OLE color: 14675329.

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

Color convert

RGB129237223-
CMYK0.4600.060.07
HSL172.22º75%71.76%-
HSV(B)172.22º45.57%92.94%-
XYZ52.6670.5680.66-
YUV203.11139.2275.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.90%
GREEN value IS 237 (92.97% from 255) = 40.24%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=21.90%
G=40.24%
B=37.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292372230.4600.060.07172.227571.76
Hex81EDDF2E067ac4b48
Octal20135533756067254113110
Binary10000001111011011101111110111001101111010110010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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