#84FAD1

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

Shades of Aquamarine #84FAD1

Tints of Aquamarine #84FAD1

Color information

#84FAD1 (or 0x84FAD1) is unknown color: approx Aquamarine. HEX triplet: 84, FA and D1. RGB value is (132,250,209). Sum of RGB (Red+Green+Blue) = 132+250+209=591 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.34% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #84FAD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FAD1 is #7B052E. Grayscale: #D2D2D2. Windows color (decimal): -8062255 or 13761156. OLE color: 13761156.

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

Color convert

RGB132250209-
CMYK0.4700.160.02
HSL159.15º92.19%74.9%-
HSV(B)159.15º47.2%98.04%-
XYZ55.2177.8872.44-
YUV210.04127.4172.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.34%
GREEN value IS 250 (98.05% from 255) = 42.30%
BLUE value IS 209 (82.03% from 255) = 35.36%
R=22.34%
G=42.30%
B=35.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322502090.4700.160.02159.1592.1974.9
Hex84FAD12F01029f5c4b
Octal204372321570202237134113
Binary100001001111101011010001101111010000101001111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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