#84EDBF

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

Shades of Aquamarine #84EDBF

Tints of Aquamarine #84EDBF

Color information

#84EDBF (or 0x84EDBF) is unknown color: approx Aquamarine. HEX triplet: 84, ED and BF. RGB value is (132,237,191). Sum of RGB (Red+Green+Blue) = 132+237+191=560 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.57% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #84EDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EDBF is #7B1240. Grayscale: #C8C8C8. Windows color (decimal): -8065601 or 12578180. OLE color: 12578180.

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

Color convert

RGB132237191-
CMYK0.4400.190.07
HSL153.71º74.47%72.35%-
HSV(B)153.71º44.3%92.94%-
XYZ49.269.2460.06-
YUV200.36122.7179.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.57%
GREEN value IS 237 (92.97% from 255) = 42.32%
BLUE value IS 191 (75% from 255) = 34.11%
R=23.57%
G=42.32%
B=34.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1322371910.4400.190.07153.7174.4772.35
Hex84EDBF2C01379a4a48
Octal204355277540237232112110
Binary1000010011101101101111111011000100111111001101010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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