#84ECD4

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

Shades of Aquamarine #84ECD4

Tints of Aquamarine #84ECD4

Color information

#84ECD4 (or 0x84ECD4) is unknown color: approx Aquamarine. HEX triplet: 84, EC and D4. RGB value is (132,236,212). Sum of RGB (Red+Green+Blue) = 132+236+212=580 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.76% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84ECD4 is #7B132B. Grayscale: #CACACA. Windows color (decimal): -8065836 or 13954180. OLE color: 13954180.

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

Color convert

RGB132236212-
CMYK0.4400.100.07
HSL166.15º73.24%72.16%-
HSV(B)166.15º44.07%92.55%-
XYZ51.3969.6573.02-
YUV202.17133.5477.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.76%
GREEN value IS 236 (92.58% from 255) = 40.69%
BLUE value IS 212 (83.20% from 255) = 36.55%
R=22.76%
G=40.69%
B=36.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1322362120.4400.100.07166.1573.2472.16
Hex84ECD42C0A7a64948
Octal204354324540127246111110
Binary100001001110110011010100101100010101111010011010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ECD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,236,212); }

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

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

 a { background-color: rgb(132,236,212); }

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

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

 span { border-color: rgb(132,236,212); }

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