#84F5CD

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

Shades of Aquamarine #84F5CD

Tints of Aquamarine #84F5CD

Color information

#84F5CD (or 0x84F5CD) is unknown color: approx Aquamarine. HEX triplet: 84, F5 and CD. RGB value is (132,245,205). Sum of RGB (Red+Green+Blue) = 132+245+205=582 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.68% from 582); Green value is 245 (96.09% from 255 or 42.10% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 245 - color contains mainly: green. Hex color #84F5CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F5CD is #7B0A32. Grayscale: #CECECE. Windows color (decimal): -8063539 or 13497732. OLE color: 13497732.

HSL color Cylindrical-coordinate representation of color #84F5CD: hue angle of 158.76º 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 #84F5CD is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB132245205-
CMYK0.4600.160.04
HSL158.76º84.96%73.92%-
HSV(B)158.76º46.12%96.08%-
XYZ53.1974.6269.36-
YUV206.65127.0674.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.68%
GREEN value IS 245 (96.09% from 255) = 42.10%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=22.68%
G=42.10%
B=35.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1322452050.4600.160.04158.7684.9673.92
Hex84F5CD2E01049f554a
Octal204365315560204237125112
Binary1000010011110101110011011011100100001001001111110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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