#84FEC9

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

Shades of Aquamarine #84FEC9

Tints of Aquamarine #84FEC9

Color information

#84FEC9 (or 0x84FEC9) is unknown color: approx Aquamarine. HEX triplet: 84, FE and C9. RGB value is (132,254,201). Sum of RGB (Red+Green+Blue) = 132+254+201=587 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.49% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FEC9 is #7B0136. Grayscale: #D3D3D3. Windows color (decimal): -8061239 or 13237892. OLE color: 13237892.

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

Color convert

RGB132254201-
CMYK0.4800.210.00
HSL153.93º98.39%75.69%-
HSV(B)153.93º48.03%99.61%-
XYZ55.580.0167.78-
YUV211.48122.0871.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.49%
GREEN value IS 254 (99.61% from 255) = 43.27%
BLUE value IS 201 (78.91% from 255) = 34.24%
R=22.49%
G=43.27%
B=34.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1322542010.4800.210.00153.9398.3975.69
Hex84FEC93001509a624c
Octal204376311600250232142114
Binary10000100111111101100100111000001010101001101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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