#84EFDB

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

Shades of Aquamarine #84EFDB

Tints of Aquamarine #84EFDB

Color information

#84EFDB (or 0x84EFDB) is unknown color: approx Aquamarine. HEX triplet: 84, EF and DB. RGB value is (132,239,219). Sum of RGB (Red+Green+Blue) = 132+239+219=590 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.37% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EFDB is #7B1024. Grayscale: #CCCCCC. Windows color (decimal): -8065061 or 14413700. OLE color: 14413700.

HSL color Cylindrical-coordinate representation of color #84EFDB: hue angle of 168.79º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EFDB is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB132239219-
CMYK0.4500.080.06
HSL168.79º76.98%72.75%-
HSV(B)168.79º44.77%93.73%-
XYZ53.1771.7578.07-
YUV204.73136.0576.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.37%
GREEN value IS 239 (93.75% from 255) = 40.51%
BLUE value IS 219 (85.94% from 255) = 37.12%
R=22.37%
G=40.51%
B=37.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1322392190.4500.080.06168.7976.9872.75
Hex84EFDB2D086a94d49
Octal204357333550106251115111
Binary100001001110111111011011101101010001101010100110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,239,219); }

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

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

 a { background-color: rgb(132,239,219); }

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

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

 span { border-color: rgb(132,239,219); }

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