#84F5CC

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

Shades of Aquamarine #84F5CC

Tints of Aquamarine #84F5CC

Color information

#84F5CC (or 0x84F5CC) is unknown color: approx Aquamarine. HEX triplet: 84, F5 and CC. RGB value is (132,245,204). Sum of RGB (Red+Green+Blue) = 132+245+204=581 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.72% from 581); Green value is 245 (96.09% from 255 or 42.17% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 245 - color contains mainly: green. Hex color #84F5CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F5CC is #7B0A33. Grayscale: #CECECE. Windows color (decimal): -8063540 or 13432196. OLE color: 13432196.

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

Color convert

RGB132245204-
CMYK0.4600.170.04
HSL158.23º84.96%73.92%-
HSV(B)158.23º46.12%96.08%-
XYZ53.0774.5768.72-
YUV206.54126.5674.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.72%
GREEN value IS 245 (96.09% from 255) = 42.17%
BLUE value IS 204 (80.08% from 255) = 35.11%
R=22.72%
G=42.17%
B=35.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1322452040.4600.170.04158.2384.9673.92
Hex84F5CC2E01149e554a
Octal204365314560214236125112
Binary1000010011110101110011001011100100011001001111010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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