#84FACB

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

Shades of Aquamarine #84FACB

Tints of Aquamarine #84FACB

Color information

#84FACB (or 0x84FACB) is unknown color: approx Aquamarine. HEX triplet: 84, FA and CB. RGB value is (132,250,203). Sum of RGB (Red+Green+Blue) = 132+250+203=585 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.56% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #84FACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FACB is #7B0534. Grayscale: #D1D1D1. Windows color (decimal): -8062261 or 13367940. OLE color: 13367940.

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

Color convert

RGB132250203-
CMYK0.4700.190.02
HSL156.1º92.19%74.9%-
HSV(B)156.1º47.2%98.04%-
XYZ54.4877.5968.6-
YUV209.36124.4172.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.56%
GREEN value IS 250 (98.05% from 255) = 42.74%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=22.56%
G=42.74%
B=34.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322502030.4700.190.02156.192.1974.9
Hex84FACB2F01329c5c4b
Octal204372313570232234134113
Binary100001001111101011001011101111010011101001110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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