#84EFCD

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

Shades of Aquamarine #84EFCD

Tints of Aquamarine #84EFCD

Color information

#84EFCD (or 0x84EFCD) is unknown color: approx Aquamarine. HEX triplet: 84, EF and CD. RGB value is (132,239,205). Sum of RGB (Red+Green+Blue) = 132+239+205=576 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.92% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EFCD is #7B1032. Grayscale: #CBCBCB. Windows color (decimal): -8065075 or 13496196. OLE color: 13496196.

HSL color Cylindrical-coordinate representation of color #84EFCD: hue angle of 160.93º 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 #84EFCD is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB132239205-
CMYK0.4500.140.06
HSL160.93º76.98%72.75%-
HSV(B)160.93º44.77%93.73%-
XYZ51.471.0568.76-
YUV203.13129.0577.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.92%
GREEN value IS 239 (93.75% from 255) = 41.49%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=22.92%
G=41.49%
B=35.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1322392050.4500.140.06160.9376.9872.75
Hex84EFCD2D0E6a14d49
Octal204357315550166241115111
Binary100001001110111111001101101101011101101010000110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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