#84FDE6

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

Shades of Aquamarine #84FDE6

Tints of Aquamarine #84FDE6

Color information

#84FDE6 (or 0x84FDE6) is unknown color: approx Aquamarine. HEX triplet: 84, FD and E6. RGB value is (132,253,230). Sum of RGB (Red+Green+Blue) = 132+253+230=615 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.46% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #84FDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FDE6 is #7B0219. Grayscale: #D6D6D6. Windows color (decimal): -8061466 or 15138180. OLE color: 15138180.

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

Color convert

RGB132253230-
CMYK0.4800.090.01
HSL168.6º96.8%75.49%-
HSV(B)168.6º47.83%99.22%-
XYZ58.9280.8787.37-
YUV214.2136.9169.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.46%
GREEN value IS 253 (99.22% from 255) = 41.14%
BLUE value IS 230 (90.23% from 255) = 37.40%
R=21.46%
G=41.14%
B=37.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1322532300.4800.090.01168.696.875.49
Hex84FDE630091a9614b
Octal204375346600111251141113
Binary1000010011111101111001101100000100111010100111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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