#84FEC1

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

Shades of Aquamarine #84FEC1

Tints of Aquamarine #84FEC1

Color information

#84FEC1 (or 0x84FEC1) is unknown color: approx Aquamarine. HEX triplet: 84, FE and C1. RGB value is (132,254,193). Sum of RGB (Red+Green+Blue) = 132+254+193=579 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.80% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FEC1 is #7B013E. Grayscale: #D2D2D2. Windows color (decimal): -8061247 or 12713604. OLE color: 12713604.

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

Color convert

RGB132254193-
CMYK0.4800.240.00
HSL150º98.39%75.69%-
HSV(B)150º48.03%99.61%-
XYZ54.5879.6462.95-
YUV210.57118.0871.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.80%
GREEN value IS 254 (99.61% from 255) = 43.87%
BLUE value IS 193 (75.78% from 255) = 33.33%
R=22.80%
G=43.87%
B=33.33%

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
Decimal1322541930.4800.240.0015098.3975.69
Hex84FEC130018096624c
Octal204376301600300226142114
Binary10000100111111101100000111000001100001001011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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