#84FACC

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

Shades of Aquamarine #84FACC

Tints of Aquamarine #84FACC

Color information

#84FACC (or 0x84FACC) is unknown color: approx Aquamarine. HEX triplet: 84, FA and CC. RGB value is (132,250,204). Sum of RGB (Red+Green+Blue) = 132+250+204=586 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.53% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #84FACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FACC is #7B0533. Grayscale: #D1D1D1. Windows color (decimal): -8062260 or 13433476. OLE color: 13433476.

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

Color convert

RGB132250204-
CMYK0.4700.180.02
HSL156.61º92.19%74.9%-
HSV(B)156.61º47.2%98.04%-
XYZ54.677.6469.23-
YUV209.47124.9172.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.53%
GREEN value IS 250 (98.05% from 255) = 42.66%
BLUE value IS 204 (80.08% from 255) = 34.81%
R=22.53%
G=42.66%
B=34.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322502040.4700.180.02156.6192.1974.9
Hex84FACC2F01229d5c4b
Octal204372314570222235134113
Binary100001001111101011001100101111010010101001110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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