#84FACE

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

Shades of Aquamarine #84FACE

Tints of Aquamarine #84FACE

Color information

#84FACE (or 0x84FACE) is unknown color: approx Aquamarine. HEX triplet: 84, FA and CE. RGB value is (132,250,206). Sum of RGB (Red+Green+Blue) = 132+250+206=588 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.45% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #84FACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FACE is #7B0531. Grayscale: #D1D1D1. Windows color (decimal): -8062258 or 13564548. OLE color: 13564548.

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

Color convert

RGB132250206-
CMYK0.4700.180.02
HSL157.63º92.19%74.9%-
HSV(B)157.63º47.2%98.04%-
XYZ54.8477.7370.51-
YUV209.7125.9172.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.45%
GREEN value IS 250 (98.05% from 255) = 42.52%
BLUE value IS 206 (80.86% from 255) = 35.03%
R=22.45%
G=42.52%
B=35.03%

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
Decimal1322502060.4700.180.02157.6392.1974.9
Hex84FACE2F01229e5c4b
Octal204372316570222236134113
Binary100001001111101011001110101111010010101001111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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