#84EFCE

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

Shades of Aquamarine #84EFCE

Tints of Aquamarine #84EFCE

Color information

#84EFCE (or 0x84EFCE) is unknown color: approx Aquamarine. HEX triplet: 84, EF and CE. RGB value is (132,239,206). Sum of RGB (Red+Green+Blue) = 132+239+206=577 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.88% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EFCE is #7B1031. Grayscale: #CBCBCB. Windows color (decimal): -8065074 or 13561732. OLE color: 13561732.

HSL color Cylindrical-coordinate representation of color #84EFCE: hue angle of 161.5º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EFCE is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB132239206-
CMYK0.4500.140.06
HSL161.5º76.98%72.75%-
HSV(B)161.5º44.77%93.73%-
XYZ51.5271.0969.4-
YUV203.24129.5577.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.88%
GREEN value IS 239 (93.75% from 255) = 41.42%
BLUE value IS 206 (80.86% from 255) = 35.70%
R=22.88%
G=41.42%
B=35.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1322392060.4500.140.06161.576.9872.75
Hex84EFCE2D0E6a14d49
Octal204357316550166241115111
Binary100001001110111111001110101101011101101010000110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84EFCE; }

 p { color: rgb(132,239,206); }

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

<style>
 a { background-color: #84EFCE; }

 a { background-color: rgb(132,239,206); }

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

<style>
 span { border-color: #84EFCE; }

 span { border-color: rgb(132,239,206); }

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