#84FDE9

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

Shades of Aquamarine #84FDE9

Tints of Aquamarine #84FDE9

Color information

#84FDE9 (or 0x84FDE9) is unknown color: approx Aquamarine. HEX triplet: 84, FD and E9. RGB value is (132,253,233). Sum of RGB (Red+Green+Blue) = 132+253+233=618 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.36% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #84FDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FDE9 is #7B0216. Grayscale: #D6D6D6. Windows color (decimal): -8061463 or 15334788. OLE color: 15334788.

HSL color Cylindrical-coordinate representation of color #84FDE9: hue angle of 170.08º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FDE9 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB132253233-
CMYK0.4800.080.01
HSL170.08º96.8%75.49%-
HSV(B)170.08º47.83%99.22%-
XYZ59.3581.0489.6-
YUV214.54138.4169.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.36%
GREEN value IS 253 (99.22% from 255) = 40.94%
BLUE value IS 233 (91.41% from 255) = 37.70%
R=21.36%
G=40.94%
B=37.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1322532330.4800.080.01170.0896.875.49
Hex84FDE930081aa614b
Octal204375351600101252141113
Binary1000010011111101111010011100000100011010101011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,253,233); }

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

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

 a { background-color: rgb(132,253,233); }

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

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

 span { border-color: rgb(132,253,233); }

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