#84FEC6

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

Shades of Aquamarine #84FEC6

Tints of Aquamarine #84FEC6

Color information

#84FEC6 (or 0x84FEC6) is unknown color: approx Aquamarine. HEX triplet: 84, FE and C6. RGB value is (132,254,198). Sum of RGB (Red+Green+Blue) = 132+254+198=584 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.60% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FEC6 is #7B0139. Grayscale: #D3D3D3. Windows color (decimal): -8061242 or 13041284. OLE color: 13041284.

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

Color convert

RGB132254198-
CMYK0.4800.220.00
HSL152.46º98.39%75.69%-
HSV(B)152.46º48.03%99.61%-
XYZ55.1579.8765.94-
YUV211.14120.5871.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.60%
GREEN value IS 254 (99.61% from 255) = 43.49%
BLUE value IS 198 (77.73% from 255) = 33.90%
R=22.60%
G=43.49%
B=33.90%

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
Decimal1322541980.4800.220.00152.4698.3975.69
Hex84FEC630016098624c
Octal204376306600260230142114
Binary10000100111111101100011011000001011001001100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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