#84F9E8

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

Shades of Aquamarine #84F9E8

Tints of Aquamarine #84F9E8

Color information

#84F9E8 (or 0x84F9E8) is unknown color: approx Aquamarine. HEX triplet: 84, F9 and E8. RGB value is (132,249,232). Sum of RGB (Red+Green+Blue) = 132+249+232=613 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.53% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #84F9E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F9E8 is #7B0617. Grayscale: #D4D4D4. Windows color (decimal): -8062488 or 15268228. OLE color: 15268228.

HSL color Cylindrical-coordinate representation of color #84F9E8: hue angle of 171.28º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84F9E8 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB132249232-
CMYK0.4700.070.02
HSL171.28º90.7%74.71%-
HSV(B)171.28º46.99%97.65%-
XYZ57.9678.4888.44-
YUV212.08139.2470.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.53%
GREEN value IS 249 (97.66% from 255) = 40.62%
BLUE value IS 232 (91.02% from 255) = 37.85%
R=21.53%
G=40.62%
B=37.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322492320.4700.070.02171.2890.774.71
Hex84F9E82F072ab5b4b
Octal20437135057072253133113
Binary1000010011111001111010001011110111101010101110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,249,232); }

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

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

 a { background-color: rgb(132,249,232); }

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

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

 span { border-color: rgb(132,249,232); }

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