#84FEC0

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

Shades of Aquamarine #84FEC0

Tints of Aquamarine #84FEC0

Color information

#84FEC0 (or 0x84FEC0) is unknown color: approx Aquamarine. HEX triplet: 84, FE and C0. RGB value is (132,254,192). Sum of RGB (Red+Green+Blue) = 132+254+192=578 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.84% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FEC0 is #7B013F. Grayscale: #D2D2D2. Windows color (decimal): -8061248 or 12648068. OLE color: 12648068.

HSL color Cylindrical-coordinate representation of color #84FEC0: hue angle of 149.51º 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 #84FEC0 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB132254192-
CMYK0.4800.240.00
HSL149.51º98.39%75.69%-
HSV(B)149.51º48.03%99.61%-
XYZ54.4779.5962.36-
YUV210.45117.5872.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.84%
GREEN value IS 254 (99.61% from 255) = 43.94%
BLUE value IS 192 (75.39% from 255) = 33.22%
R=22.84%
G=43.94%
B=33.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1322541920.4800.240.00149.5198.3975.69
Hex84FEC030018096624c
Octal204376300600300226142114
Binary10000100111111101100000011000001100001001011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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