#81EDD6

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

Shades of Aquamarine #81EDD6

Tints of Aquamarine #81EDD6

Color information

#81EDD6 (or 0x81EDD6) is unknown color: approx Aquamarine. HEX triplet: 81, ED and D6. RGB value is (129,237,214). Sum of RGB (Red+Green+Blue) = 129+237+214=580 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.24% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #81EDD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EDD6 is #7E1229. Grayscale: #CACACA. Windows color (decimal): -8262186 or 14085505. OLE color: 14085505.

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

Color convert

RGB129237214-
CMYK0.4600.100.07
HSL167.22º75%71.76%-
HSV(B)167.22º45.57%92.94%-
XYZ51.4870.0974.43-
YUV202.09134.7275.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.24%
GREEN value IS 237 (92.97% from 255) = 40.86%
BLUE value IS 214 (83.98% from 255) = 36.90%
R=22.24%
G=40.86%
B=36.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292372140.4600.100.07167.227571.76
Hex81EDD62E0A7a74b48
Octal201355326560127247113110
Binary100000011110110111010110101110010101111010011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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