#84EFC5

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

Shades of Aquamarine #84EFC5

Tints of Aquamarine #84EFC5

Color information

#84EFC5 (or 0x84EFC5) is unknown color: approx Aquamarine. HEX triplet: 84, EF and C5. RGB value is (132,239,197). Sum of RGB (Red+Green+Blue) = 132+239+197=568 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.24% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EFC5 is #7B103A. Grayscale: #CACACA. Windows color (decimal): -8065083 or 12971908. OLE color: 12971908.

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

Color convert

RGB132239197-
CMYK0.4500.180.06
HSL156.45º76.98%72.75%-
HSV(B)156.45º44.77%93.73%-
XYZ50.4670.6763.8-
YUV202.22125.0577.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.24%
GREEN value IS 239 (93.75% from 255) = 42.08%
BLUE value IS 197 (77.34% from 255) = 34.68%
R=23.24%
G=42.08%
B=34.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1322391970.4500.180.06156.4576.9872.75
Hex84EFC52D01269c4d49
Octal204357305550226234115111
Binary1000010011101111110001011011010100101101001110010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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