#84FFDE

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

Shades of Aquamarine #84FFDE

Tints of Aquamarine #84FFDE

Color information

#84FFDE (or 0x84FFDE) is unknown color: approx Aquamarine. HEX triplet: 84, FF and DE. RGB value is (132,255,222). Sum of RGB (Red+Green+Blue) = 132+255+222=609 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.67% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFDE is #7B0021. Grayscale: #D6D6D6. Windows color (decimal): -8060962 or 14614404. OLE color: 14614404.

HSL color Cylindrical-coordinate representation of color #84FFDE: hue angle of 163.9º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FFDE is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB132255222-
CMYK0.4800.130
HSL163.9º100%75.88%-
HSV(B)163.9º48.24%100%-
XYZ58.4681.781.8-
YUV214.46132.2569.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.67%
GREEN value IS 255 (100% from 255) = 41.87%
BLUE value IS 222 (87.11% from 255) = 36.45%
R=21.67%
G=41.87%
B=36.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1322552220.4800.130163.910075.88
Hex84FFDE300D0a4644c
Octal204377336600150244144114
Binary1000010011111111110111101100000110101010010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,255,222); }

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

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

 a { background-color: rgb(132,255,222); }

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

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

 span { border-color: rgb(132,255,222); }

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