#84FEC7

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

Shades of Aquamarine #84FEC7

Tints of Aquamarine #84FEC7

Color information

#84FEC7 (or 0x84FEC7) is unknown color: approx Aquamarine. HEX triplet: 84, FE and C7. RGB value is (132,254,199). Sum of RGB (Red+Green+Blue) = 132+254+199=585 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.56% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FEC7 is #7B0138. Grayscale: #D3D3D3. Windows color (decimal): -8061241 or 13106820. OLE color: 13106820.

HSL color Cylindrical-coordinate representation of color #84FEC7: hue angle of 152.95º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FEC7 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB132254199-
CMYK0.4800.220.00
HSL152.95º98.39%75.69%-
HSV(B)152.95º48.03%99.61%-
XYZ55.2779.9166.54-
YUV211.25121.0871.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.56%
GREEN value IS 254 (99.61% from 255) = 43.42%
BLUE value IS 199 (78.12% from 255) = 34.02%
R=22.56%
G=43.42%
B=34.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1322541990.4800.220.00152.9598.3975.69
Hex84FEC730016099624c
Octal204376307600260231142114
Binary10000100111111101100011111000001011001001100111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,254,199); }

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

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

 a { background-color: rgb(132,254,199); }

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

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

 span { border-color: rgb(132,254,199); }

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