#84FCD9

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

Shades of Aquamarine #84FCD9

Tints of Aquamarine #84FCD9

Color information

#84FCD9 (or 0x84FCD9) is unknown color: approx Aquamarine. HEX triplet: 84, FC and D9. RGB value is (132,252,217). Sum of RGB (Red+Green+Blue) = 132+252+217=601 (79% of max value = 765). Red value is 132 (51.95% from 255 or 21.96% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #84FCD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FCD9 is #7B0326. Grayscale: #D4D4D4. Windows color (decimal): -8061735 or 14285956. OLE color: 14285956.

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

Color convert

RGB132252217-
CMYK0.4800.140.01
HSL162.5º95.24%75.29%-
HSV(B)162.5º47.62%98.82%-
XYZ56.8579.5478-
YUV212.13130.7470.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.96%
GREEN value IS 252 (98.83% from 255) = 41.93%
BLUE value IS 217 (85.16% from 255) = 36.11%
R=21.96%
G=41.93%
B=36.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1322522170.4800.140.01162.595.2475.29
Hex84FCD9300E1a25f4b
Octal204374331600161242137113
Binary1000010011111100110110011100000111011010001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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