#84F5DC

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

Shades of Aquamarine #84F5DC

Tints of Aquamarine #84F5DC

Color information

#84F5DC (or 0x84F5DC) is unknown color: approx Aquamarine. HEX triplet: 84, F5 and DC. RGB value is (132,245,220). Sum of RGB (Red+Green+Blue) = 132+245+220=597 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.11% from 597); Green value is 245 (96.09% from 255 or 41.04% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 245 - color contains mainly: green. Hex color #84F5DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F5DC is #7B0A23. Grayscale: #D0D0D0. Windows color (decimal): -8063524 or 14480772. OLE color: 14480772.

HSL color Cylindrical-coordinate representation of color #84F5DC: hue angle of 166.73º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F5DC is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB132245220-
CMYK0.4600.100.04
HSL166.73º84.96%73.92%-
HSV(B)166.73º46.12%96.08%-
XYZ55.0975.3879.36-
YUV208.36134.5673.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.11%
GREEN value IS 245 (96.09% from 255) = 41.04%
BLUE value IS 220 (86.33% from 255) = 36.85%
R=22.11%
G=41.04%
B=36.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1322452200.4600.100.04166.7384.9673.92
Hex84F5DC2E0A4a7554a
Octal204365334560124247125112
Binary100001001111010111011100101110010101001010011110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,245,220); }

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

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

 a { background-color: rgb(132,245,220); }

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

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

 span { border-color: rgb(132,245,220); }

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