#81ECC8

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

Shades of Aquamarine #81ECC8

Tints of Aquamarine #81ECC8

Color information

#81ECC8 (or 0x81ECC8) is unknown color: approx Aquamarine. HEX triplet: 81, EC and C8. RGB value is (129,236,200). Sum of RGB (Red+Green+Blue) = 129+236+200=565 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.83% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #81ECC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81ECC8 is #7E1337. Grayscale: #C7C7C7. Windows color (decimal): -8262456 or 13167745. OLE color: 13167745.

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

Color convert

RGB129236200-
CMYK0.4500.150.07
HSL159.81º73.79%71.57%-
HSV(B)159.81º45.34%92.55%-
XYZ49.4768.8365.32-
YUV199.9128.0577.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.83%
GREEN value IS 236 (92.58% from 255) = 41.77%
BLUE value IS 200 (78.52% from 255) = 35.40%
R=22.83%
G=41.77%
B=35.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292362000.4500.150.07159.8173.7971.57
Hex81ECC82D0F7a04a48
Octal201354310550177240112110
Binary100000011110110011001000101101011111111010000010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ECC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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