#84FACF

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

Shades of Aquamarine #84FACF

Tints of Aquamarine #84FACF

Color information

#84FACF (or 0x84FACF) is unknown color: approx Aquamarine. HEX triplet: 84, FA and CF. RGB value is (132,250,207). Sum of RGB (Red+Green+Blue) = 132+250+207=589 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.41% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #84FACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FACF is #7B0530. Grayscale: #D1D1D1. Windows color (decimal): -8062257 or 13630084. OLE color: 13630084.

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

Color convert

RGB132250207-
CMYK0.4700.170.02
HSL158.14º92.19%74.9%-
HSV(B)158.14º47.2%98.04%-
XYZ54.9677.7871.15-
YUV209.82126.4172.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.41%
GREEN value IS 250 (98.05% from 255) = 42.44%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=22.41%
G=42.44%
B=35.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322502070.4700.170.02158.1492.1974.9
Hex84FACF2F01129e5c4b
Octal204372317570212236134113
Binary100001001111101011001111101111010001101001111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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