#84F7C3

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

Shades of Aquamarine #84F7C3

Tints of Aquamarine #84F7C3

Color information

#84F7C3 (or 0x84F7C3) is unknown color: approx Aquamarine. HEX triplet: 84, F7 and C3. RGB value is (132,247,195). Sum of RGB (Red+Green+Blue) = 132+247+195=574 (76% of max value = 765). Red value is 132 (51.95% from 255 or 23.00% from 574); Green value is 247 (96.88% from 255 or 43.03% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 247 - color contains mainly: green. Hex color #84F7C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F7C3 is #7B083C. Grayscale: #CECECE. Windows color (decimal): -8063037 or 12842884. OLE color: 12842884.

HSL color Cylindrical-coordinate representation of color #84F7C3: hue angle of 152.87º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84F7C3 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB132247195-
CMYK0.4700.210.03
HSL152.87º87.79%74.31%-
HSV(B)152.87º46.56%96.86%-
XYZ52.6375.3763.4-
YUV206.69121.474.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.00%
GREEN value IS 247 (96.88% from 255) = 43.03%
BLUE value IS 195 (76.56% from 255) = 33.97%
R=23.00%
G=43.03%
B=33.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1322471950.4700.210.03152.8787.7974.31
Hex84F7C32F015399584a
Octal204367303570253231130112
Binary100001001111011111000011101111010101111001100110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,247,195); }

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

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

 a { background-color: rgb(132,247,195); }

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

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

 span { border-color: rgb(132,247,195); }

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