#84FABF

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

Shades of Aquamarine #84FABF

Tints of Aquamarine #84FABF

Color information

#84FABF (or 0x84FABF) is unknown color: approx Aquamarine. HEX triplet: 84, FA and BF. RGB value is (132,250,191). Sum of RGB (Red+Green+Blue) = 132+250+191=573 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.04% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #84FABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FABF is #7B0540. Grayscale: #D0D0D0. Windows color (decimal): -8062273 or 12581508. OLE color: 12581508.

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

Color convert

RGB132250191-
CMYK0.4700.240.02
HSL150º92.19%74.9%-
HSV(B)150º47.2%98.04%-
XYZ53.1177.0461.36-
YUV207.99118.4173.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.04%
GREEN value IS 250 (98.05% from 255) = 43.63%
BLUE value IS 191 (75% from 255) = 33.33%
R=23.04%
G=43.63%
B=33.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322501910.4700.240.0215092.1974.9
Hex84FABF2F0182965c4b
Octal204372277570302226134113
Binary100001001111101010111111101111011000101001011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,250,191); }

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

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

 a { background-color: rgb(132,250,191); }

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

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

 span { border-color: rgb(132,250,191); }

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