#84EDCF

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

Shades of Aquamarine #84EDCF

Tints of Aquamarine #84EDCF

Color information

#84EDCF (or 0x84EDCF) is unknown color: approx Aquamarine. HEX triplet: 84, ED and CF. RGB value is (132,237,207). Sum of RGB (Red+Green+Blue) = 132+237+207=576 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.92% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #84EDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EDCF is #7B1230. Grayscale: #CACACA. Windows color (decimal): -8065585 or 13626756. OLE color: 13626756.

HSL color Cylindrical-coordinate representation of color #84EDCF: hue angle of 162.86º 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 #84EDCF is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB132237207-
CMYK0.4400.130.07
HSL162.86º74.47%72.35%-
HSV(B)162.86º44.3%92.94%-
XYZ51.0669.9869.85-
YUV202.18130.7177.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.92%
GREEN value IS 237 (92.97% from 255) = 41.15%
BLUE value IS 207 (81.25% from 255) = 35.94%
R=22.92%
G=41.15%
B=35.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1322372070.4400.130.07162.8674.4772.35
Hex84EDCF2C0D7a34a48
Octal204355317540157243112110
Binary100001001110110111001111101100011011111010001110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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