#84EDCC

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

Shades of Aquamarine #84EDCC

Tints of Aquamarine #84EDCC

Color information

#84EDCC (or 0x84EDCC) is unknown color: approx Aquamarine. HEX triplet: 84, ED and CC. RGB value is (132,237,204). Sum of RGB (Red+Green+Blue) = 132+237+204=573 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.04% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #84EDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EDCC is #7B1233. Grayscale: #C9C9C9. Windows color (decimal): -8065588 or 13430148. OLE color: 13430148.

HSL color Cylindrical-coordinate representation of color #84EDCC: hue angle of 161.14º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EDCC is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB132237204-
CMYK0.4400.140.07
HSL161.14º74.47%72.35%-
HSV(B)161.14º44.3%92.94%-
XYZ50.769.8367.93-
YUV201.84129.2178.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.04%
GREEN value IS 237 (92.97% from 255) = 41.36%
BLUE value IS 204 (80.08% from 255) = 35.60%
R=23.04%
G=41.36%
B=35.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1322372040.4400.140.07161.1474.4772.35
Hex84EDCC2C0E7a14a48
Octal204355314540167241112110
Binary100001001110110111001100101100011101111010000110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,237,204); }

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

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

 a { background-color: rgb(132,237,204); }

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

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

 span { border-color: rgb(132,237,204); }

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