#84F3DE

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

Shades of Aquamarine #84F3DE

Tints of Aquamarine #84F3DE

Color information

#84F3DE (or 0x84F3DE) is unknown color: approx Aquamarine. HEX triplet: 84, F3 and DE. RGB value is (132,243,222). Sum of RGB (Red+Green+Blue) = 132+243+222=597 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.11% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 243 - color contains mainly: green. Hex color #84F3DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F3DE is #7B0C21. Grayscale: #CFCFCF. Windows color (decimal): -8064034 or 14611332. OLE color: 14611332.

HSL color Cylindrical-coordinate representation of color #84F3DE: hue angle of 168.65º 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 #84F3DE is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB132243222-
CMYK0.4600.090.05
HSL168.65º82.22%73.53%-
HSV(B)168.65º45.68%95.29%-
XYZ54.7574.2880.56-
YUV207.42136.2374.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.11%
GREEN value IS 243 (95.31% from 255) = 40.70%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=22.11%
G=40.70%
B=37.19%

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
Decimal1322432220.4600.090.05168.6582.2273.53
Hex84F3DE2E095a9524a
Octal204363336560115251122112
Binary100001001111001111011110101110010011011010100110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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