#84FEB8

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

Shades of Aquamarine #84FEB8

Tints of Aquamarine #84FEB8

Color information

#84FEB8 (or 0x84FEB8) is unknown color: approx Aquamarine. HEX triplet: 84, FE and B8. RGB value is (132,254,184). Sum of RGB (Red+Green+Blue) = 132+254+184=570 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.16% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FEB8 is #7B0147. Grayscale: #D1D1D1. Windows color (decimal): -8061256 or 12123780. OLE color: 12123780.

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

Color convert

RGB132254184-
CMYK0.4800.280.00
HSL145.57º98.39%75.69%-
HSV(B)145.57º48.03%99.61%-
XYZ53.6179.2557.82-
YUV209.54113.5872.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.16%
GREEN value IS 254 (99.61% from 255) = 44.56%
BLUE value IS 184 (72.27% from 255) = 32.28%
R=23.16%
G=44.56%
B=32.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1322541840.4800.280.00145.5798.3975.69
Hex84FEB83001C092624c
Octal204376270600340222142114
Binary10000100111111101011100011000001110001001001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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