#81EEDF

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

Shades of Aquamarine #81EEDF

Tints of Aquamarine #81EEDF

Color information

#81EEDF (or 0x81EEDF) is unknown color: approx Aquamarine. HEX triplet: 81, EE and DF. RGB value is (129,238,223). Sum of RGB (Red+Green+Blue) = 129+238+223=590 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.86% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #81EEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EEDF is #7E1120. Grayscale: #CBCBCB. Windows color (decimal): -8261921 or 14675585. OLE color: 14675585.

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

Color convert

RGB129238223-
CMYK0.4600.060.07
HSL171.74º76.22%71.96%-
HSV(B)171.74º45.8%93.33%-
XYZ52.9571.1480.75-
YUV203.7138.8974.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.86%
GREEN value IS 238 (93.36% from 255) = 40.34%
BLUE value IS 223 (87.5% from 255) = 37.80%
R=21.86%
G=40.34%
B=37.80%

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
Decimal1292382230.4600.060.07171.7476.2271.96
Hex81EEDF2E067ac4c48
Octal20135633756067254114110
Binary10000001111011101101111110111001101111010110010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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