#84FAC1

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

Shades of Aquamarine #84FAC1

Tints of Aquamarine #84FAC1

Color information

#84FAC1 (or 0x84FAC1) is unknown color: approx Aquamarine. HEX triplet: 84, FA and C1. RGB value is (132,250,193). Sum of RGB (Red+Green+Blue) = 132+250+193=575 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.96% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #84FAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FAC1 is #7B053E. Grayscale: #D0D0D0. Windows color (decimal): -8062271 or 12712580. OLE color: 12712580.

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

Color convert

RGB132250193-
CMYK0.4700.230.02
HSL151.02º92.19%74.9%-
HSV(B)151.02º47.2%98.04%-
XYZ53.3377.1362.53-
YUV208.22119.4173.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.96%
GREEN value IS 250 (98.05% from 255) = 43.48%
BLUE value IS 193 (75.78% from 255) = 33.57%
R=22.96%
G=43.48%
B=33.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322501930.4700.230.02151.0292.1974.9
Hex84FAC12F0172975c4b
Octal204372301570272227134113
Binary100001001111101011000001101111010111101001011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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