#84F9E0

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

Shades of Aquamarine #84F9E0

Tints of Aquamarine #84F9E0

Color information

#84F9E0 (or 0x84F9E0) is unknown color: approx Aquamarine. HEX triplet: 84, F9 and E0. RGB value is (132,249,224). Sum of RGB (Red+Green+Blue) = 132+249+224=605 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.82% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #84F9E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F9E0 is #7B061F. Grayscale: #D3D3D3. Windows color (decimal): -8062496 or 14743940. OLE color: 14743940.

HSL color Cylindrical-coordinate representation of color #84F9E0: hue angle of 167.18º 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 #84F9E0 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB132249224-
CMYK0.4700.100.02
HSL167.18º90.7%74.71%-
HSV(B)167.18º46.99%97.65%-
XYZ56.8578.0482.59-
YUV211.17135.2471.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.82%
GREEN value IS 249 (97.66% from 255) = 41.16%
BLUE value IS 224 (87.89% from 255) = 37.02%
R=21.82%
G=41.16%
B=37.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322492240.4700.100.02167.1890.774.71
Hex84F9E02F0A2a75b4b
Octal204371340570122247133113
Binary10000100111110011110000010111101010101010011110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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