#81EFD2

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

Shades of Aquamarine #81EFD2

Tints of Aquamarine #81EFD2

Color information

#81EFD2 (or 0x81EFD2) is unknown color: approx Aquamarine. HEX triplet: 81, EF and D2. RGB value is (129,239,210). Sum of RGB (Red+Green+Blue) = 129+239+210=578 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.32% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EFD2 is #7E102D. Grayscale: #CACACA. Windows color (decimal): -8261678 or 13823873. OLE color: 13823873.

HSL color Cylindrical-coordinate representation of color #81EFD2: hue angle of 164.18º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EFD2 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB129239210-
CMYK0.4600.120.06
HSL164.18º77.46%72.16%-
HSV(B)164.18º46.03%93.73%-
XYZ51.5571.0571.97-
YUV202.8132.0675.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.32%
GREEN value IS 239 (93.75% from 255) = 41.35%
BLUE value IS 210 (82.42% from 255) = 36.33%
R=22.32%
G=41.35%
B=36.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1292392100.4600.120.06164.1877.4672.16
Hex81EFD22E0C6a44d48
Octal201357322560146244115110
Binary100000011110111111010010101110011001101010010010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,239,210); }

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

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

 a { background-color: rgb(129,239,210); }

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

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

 span { border-color: rgb(129,239,210); }

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