#84F3DC

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

Shades of Aquamarine #84F3DC

Tints of Aquamarine #84F3DC

Color information

#84F3DC (or 0x84F3DC) is unknown color: approx Aquamarine. HEX triplet: 84, F3 and DC. RGB value is (132,243,220). Sum of RGB (Red+Green+Blue) = 132+243+220=595 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.18% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #84F3DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F3DC is #7B0C23. Grayscale: #CFCFCF. Windows color (decimal): -8064036 or 14480260. OLE color: 14480260.

HSL color Cylindrical-coordinate representation of color #84F3DC: hue angle of 167.57º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F3DC is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB132243220-
CMYK0.4600.090.05
HSL167.57º82.22%73.53%-
HSV(B)167.57º45.68%95.29%-
XYZ54.4874.1779.16-
YUV207.19135.2374.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.18%
GREEN value IS 243 (95.31% from 255) = 40.84%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=22.18%
G=40.84%
B=36.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322432200.4600.090.05167.5782.2273.53
Hex84F3DC2E095a8524a
Octal204363334560115250122112
Binary100001001111001111011100101110010011011010100010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,243,220); }

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

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

 a { background-color: rgb(132,243,220); }

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

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

 span { border-color: rgb(132,243,220); }

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