#84EFD7

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

Shades of Aquamarine #84EFD7

Tints of Aquamarine #84EFD7

Color information

#84EFD7 (or 0x84EFD7) is unknown color: approx Aquamarine. HEX triplet: 84, EF and D7. RGB value is (132,239,215). Sum of RGB (Red+Green+Blue) = 132+239+215=586 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.53% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EFD7 is #7B1028. Grayscale: #CCCCCC. Windows color (decimal): -8065065 or 14151556. OLE color: 14151556.

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

Color convert

RGB132239215-
CMYK0.4500.100.06
HSL166.54º76.98%72.75%-
HSV(B)166.54º44.77%93.73%-
XYZ52.6571.5475.32-
YUV204.27134.0576.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.53%
GREEN value IS 239 (93.75% from 255) = 40.78%
BLUE value IS 215 (84.38% from 255) = 36.69%
R=22.53%
G=40.78%
B=36.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1322392150.4500.100.06166.5476.9872.75
Hex84EFD72D0A6a74d49
Octal204357327550126247115111
Binary100001001110111111010111101101010101101010011110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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