#84FAE6

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

Shades of Aquamarine #84FAE6

Tints of Aquamarine #84FAE6

Color information

#84FAE6 (or 0x84FAE6) is unknown color: approx Aquamarine. HEX triplet: 84, FA and E6. RGB value is (132,250,230). Sum of RGB (Red+Green+Blue) = 132+250+230=612 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.57% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #84FAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FAE6 is #7B0519. Grayscale: #D4D4D4. Windows color (decimal): -8062234 or 15137412. OLE color: 15137412.

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

Color convert

RGB132250230-
CMYK0.4700.080.02
HSL169.83º92.19%74.9%-
HSV(B)169.83º47.2%98.04%-
XYZ57.9878.9987.05-
YUV212.44137.9170.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.57%
GREEN value IS 250 (98.05% from 255) = 40.85%
BLUE value IS 230 (90.23% from 255) = 37.58%
R=21.57%
G=40.85%
B=37.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322502300.4700.080.02169.8392.1974.9
Hex84FAE62F082aa5c4b
Octal204372346570102252134113
Binary10000100111110101110011010111101000101010101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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