#84FAD0

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

Shades of Aquamarine #84FAD0

Tints of Aquamarine #84FAD0

Color information

#84FAD0 (or 0x84FAD0) is unknown color: approx Aquamarine. HEX triplet: 84, FA and D0. RGB value is (132,250,208). Sum of RGB (Red+Green+Blue) = 132+250+208=590 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.37% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #84FAD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FAD0 is #7B052F. Grayscale: #D1D1D1. Windows color (decimal): -8062256 or 13695620. OLE color: 13695620.

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

Color convert

RGB132250208-
CMYK0.4700.170.02
HSL158.64º92.19%74.9%-
HSV(B)158.64º47.2%98.04%-
XYZ55.0977.8371.79-
YUV209.93126.9172.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.37%
GREEN value IS 250 (98.05% from 255) = 42.37%
BLUE value IS 208 (81.64% from 255) = 35.25%
R=22.37%
G=42.37%
B=35.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322502080.4700.170.02158.6492.1974.9
Hex84FAD02F01129f5c4b
Octal204372320570212237134113
Binary100001001111101011010000101111010001101001111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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