#81EEC8

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

Shades of Aquamarine #81EEC8

Tints of Aquamarine #81EEC8

Color information

#81EEC8 (or 0x81EEC8) is unknown color: approx Aquamarine. HEX triplet: 81, EE and C8. RGB value is (129,238,200). Sum of RGB (Red+Green+Blue) = 129+238+200=567 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.75% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #81EEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EEC8 is #7E1137. Grayscale: #C9C9C9. Windows color (decimal): -8261944 or 13168257. OLE color: 13168257.

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

Color convert

RGB129238200-
CMYK0.4600.160.07
HSL159.08º76.22%71.96%-
HSV(B)159.08º45.8%93.33%-
XYZ50.0569.9965.51-
YUV201.08127.3976.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.75%
GREEN value IS 238 (93.36% from 255) = 41.98%
BLUE value IS 200 (78.52% from 255) = 35.27%
R=22.75%
G=41.98%
B=35.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292382000.4600.160.07159.0876.2271.96
Hex81EEC82E01079f4c48
Octal201356310560207237114110
Binary1000000111101110110010001011100100001111001111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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