#84FCDD

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

Shades of Aquamarine #84FCDD

Tints of Aquamarine #84FCDD

Color information

#84FCDD (or 0x84FCDD) is unknown color: approx Aquamarine. HEX triplet: 84, FC and DD. RGB value is (132,252,221). Sum of RGB (Red+Green+Blue) = 132+252+221=605 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.82% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #84FCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FCDD is #7B0322. Grayscale: #D4D4D4. Windows color (decimal): -8061731 or 14548100. OLE color: 14548100.

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

Color convert

RGB132252221-
CMYK0.4800.120.01
HSL164.5º95.24%75.29%-
HSV(B)164.5º47.62%98.82%-
XYZ57.3879.7580.78-
YUV212.59132.7470.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.82%
GREEN value IS 252 (98.83% from 255) = 41.65%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=21.82%
G=41.65%
B=36.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1322522210.4800.120.01164.595.2475.29
Hex84FCDD300C1a45f4b
Octal204374335600141244137113
Binary1000010011111100110111011100000110011010010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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