#81ECD3

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

Shades of Aquamarine #81ECD3

Tints of Aquamarine #81ECD3

Color information

#81ECD3 (or 0x81ECD3) is unknown color: approx Aquamarine. HEX triplet: 81, EC and D3. RGB value is (129,236,211). Sum of RGB (Red+Green+Blue) = 129+236+211=576 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.40% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 236 - color contains mainly: green. Hex color #81ECD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81ECD3 is #7E132C. Grayscale: #C9C9C9. Windows color (decimal): -8262445 or 13888641. OLE color: 13888641.

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

Color convert

RGB129236211-
CMYK0.4500.110.07
HSL165.98º73.79%71.57%-
HSV(B)165.98º45.34%92.55%-
XYZ50.8169.3672.34-
YUV201.16133.5576.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.40%
GREEN value IS 236 (92.58% from 255) = 40.97%
BLUE value IS 211 (82.81% from 255) = 36.63%
R=22.40%
G=40.97%
B=36.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292362110.4500.110.07165.9873.7971.57
Hex81ECD32D0B7a64a48
Octal201354323550137246112110
Binary100000011110110011010011101101010111111010011010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ECD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,236,211); }

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

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

 a { background-color: rgb(129,236,211); }

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

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

 span { border-color: rgb(129,236,211); }

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