#84EFDC

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

Shades of Aquamarine #84EFDC

Tints of Aquamarine #84EFDC

Color information

#84EFDC (or 0x84EFDC) is unknown color: approx Aquamarine. HEX triplet: 84, EF and DC. RGB value is (132,239,220). Sum of RGB (Red+Green+Blue) = 132+239+220=591 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.34% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EFDC is #7B1023. Grayscale: #CCCCCC. Windows color (decimal): -8065060 or 14479236. OLE color: 14479236.

HSL color Cylindrical-coordinate representation of color #84EFDC: hue angle of 169.35º 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 #84EFDC is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB132239220-
CMYK0.4500.080.06
HSL169.35º76.98%72.75%-
HSV(B)169.35º44.77%93.73%-
XYZ53.371.8178.76-
YUV204.84136.5576.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.34%
GREEN value IS 239 (93.75% from 255) = 40.44%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=22.34%
G=40.44%
B=37.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1322392200.4500.080.06169.3576.9872.75
Hex84EFDC2D086a94d49
Octal204357334550106251115111
Binary100001001110111111011100101101010001101010100110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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