#84EBD9

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

Shades of Aquamarine #84EBD9

Tints of Aquamarine #84EBD9

Color information

#84EBD9 (or 0x84EBD9) is unknown color: approx Aquamarine. HEX triplet: 84, EB and D9. RGB value is (132,235,217). Sum of RGB (Red+Green+Blue) = 132+235+217=584 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.60% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EBD9 is #7B1426. Grayscale: #CACACA. Windows color (decimal): -8066087 or 14281604. OLE color: 14281604.

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

Color convert

RGB132235217-
CMYK0.4400.080.08
HSL169.51º72.03%71.96%-
HSV(B)169.51º43.83%92.16%-
XYZ51.7569.3376.3-
YUV202.15136.3877.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.60%
GREEN value IS 235 (92.19% from 255) = 40.24%
BLUE value IS 217 (85.16% from 255) = 37.16%
R=22.60%
G=40.24%
B=37.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322352170.4400.080.08169.5172.0371.96
Hex84EBD92C088aa4848
Octal2043533315401010252110110
Binary1000010011101011110110011011000100010001010101010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,235,217); }

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

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

 a { background-color: rgb(132,235,217); }

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

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

 span { border-color: rgb(132,235,217); }

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