#84ECD7

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

Shades of Aquamarine #84ECD7

Tints of Aquamarine #84ECD7

Color information

#84ECD7 (or 0x84ECD7) is unknown color: approx Aquamarine. HEX triplet: 84, EC and D7. RGB value is (132,236,215). Sum of RGB (Red+Green+Blue) = 132+236+215=583 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.64% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84ECD7 is #7B1328. Grayscale: #CACACA. Windows color (decimal): -8065833 or 14150788. OLE color: 14150788.

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

Color convert

RGB132236215-
CMYK0.4400.090.07
HSL167.88º73.24%72.16%-
HSV(B)167.88º44.07%92.55%-
XYZ51.7869.875.03-
YUV202.51135.0477.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.64%
GREEN value IS 236 (92.58% from 255) = 40.48%
BLUE value IS 215 (84.38% from 255) = 36.88%
R=22.64%
G=40.48%
B=36.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1322362150.4400.090.07167.8873.2472.16
Hex84ECD72C097a84948
Octal204354327540117250111110
Binary100001001110110011010111101100010011111010100010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ECD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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